From 6862659f962b496e363987534df15f2d4f9fdee4 Mon Sep 17 00:00:00 2001 From: ry13y04 <75205875+ry13y04@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:36:59 +0000 Subject: [PATCH] Update sniper rifle max clip --- binary/dlls/weapons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/dlls/weapons.h b/binary/dlls/weapons.h index 7d7348ec..313a36f4 100644 --- a/binary/dlls/weapons.h +++ b/binary/dlls/weapons.h @@ -167,7 +167,7 @@ class CGrenade : public CBaseMonster #define SATCHEL_MAX_CLIP WEAPON_NOCLIP #define TRIPMINE_MAX_CLIP WEAPON_NOCLIP #define SNARK_MAX_CLIP WEAPON_NOCLIP -#define EAGLE_MAX_CLIP 7 +#define EAGLE_MAX_CLIP 15 #define SPORELAUNCHER_MAX_CLIP 5 #define SHOCKRIFLE_MAX_CLIP 10 #define M249_MAX_CLIP 100