From a02aefb443efa55917fd455ff3993c546ee3e45f Mon Sep 17 00:00:00 2001 From: BackRaw Date: Sun, 26 Nov 2017 15:59:23 +0100 Subject: [PATCH] Weapon Data: Fix CS:GO clip & maxammo values for negev, hkp2000 and tec9 The recent weapon updates for CS:GO might have been the reason for the inconsistency here. Signed-off-by: BackRaw --- .../source-python/data/source-python/weapons/csgo.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/source-python/data/source-python/weapons/csgo.ini b/addons/source-python/data/source-python/weapons/csgo.ini index 452dc9892..d969ca464 100644 --- a/addons/source-python/data/source-python/weapons/csgo.ini +++ b/addons/source-python/data/source-python/weapons/csgo.ini @@ -237,7 +237,7 @@ [[negev]] slot = 1 - maxammo = 200 + maxammo = 300 ammoprop = 5 clip = 150 cost = 5700 @@ -295,9 +295,9 @@ [[hkp2000]] slot = 2 - maxammo = 24 + maxammo = 52 ammoprop = 10 - clip = 12 + clip = 13 cost = 200 item_definition_index = 32 tags = "all,secondary,pistol" @@ -323,9 +323,9 @@ [[tec9]] slot = 2 - maxammo = 120 + maxammo = 90 ammoprop = 7 - clip = 32 + clip = 18 cost = 500 item_definition_index = 30 tags = "all,secondary,pistol"