From 1e6e69ef7604742ba918c517f4ab891bee170634 Mon Sep 17 00:00:00 2001 From: Timo Reichl Date: Sun, 12 Apr 2020 18:34:41 +0200 Subject: [PATCH] data: update m4a1_silencer clip and maxammo properties Signed-off-by: Timo Reichl --- addons/source-python/data/source-python/weapons/csgo.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/source-python/data/source-python/weapons/csgo.ini b/addons/source-python/data/source-python/weapons/csgo.ini index e070dbd5a..2b3d6f432 100644 --- a/addons/source-python/data/source-python/weapons/csgo.ini +++ b/addons/source-python/data/source-python/weapons/csgo.ini @@ -118,9 +118,9 @@ [[m4a1_silencer]] slot = 0 - maxammo = 40 + maxammo = 75 ammoprop = 4 - clip = 20 + clip = 25 cost = 3100 item_definition_index = 60 parent_class = "weapon_m4a1"