From fe601bce06ada41dceca219aa436132a6f231ab5 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Tue, 6 Aug 2019 11:49:22 +0300 Subject: [PATCH] Give 50 ammo for mp5 like in opfor --- dlls/weapons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/weapons.h b/dlls/weapons.h index efcb4f6f..3ccf0151 100644 --- a/dlls/weapons.h +++ b/dlls/weapons.h @@ -170,7 +170,7 @@ public: // the default amount of ammo that comes with each gun when it spawns #define GLOCK_DEFAULT_GIVE 17 #define PYTHON_DEFAULT_GIVE 6 -#define MP5_DEFAULT_GIVE 25 +#define MP5_DEFAULT_GIVE 50 #define MP5_DEFAULT_AMMO 25 #define MP5_M203_DEFAULT_GIVE 0 #define SHOTGUN_DEFAULT_GIVE 12