From e1069725992e335cca0e099aaa137479a61395ec Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:44:44 +0500 Subject: [PATCH] server: spawn mp5 with full ammo. --- dlls/weapons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/weapons.h b/dlls/weapons.h index 46e88edb..9346e984 100644 --- a/dlls/weapons.h +++ b/dlls/weapons.h @@ -136,7 +136,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_M203_DEFAULT_GIVE 0 #define SHOTGUN_DEFAULT_GIVE 12 #define CROSSBOW_DEFAULT_GIVE 5