Skip to content

Commit

Permalink
m249 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Dec 21, 2023
1 parent fe10650 commit 237e8dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binary/dlls/weapons.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class CGrenade : public CBaseMonster
#define EAGLE_MAX_CLIP 7
#define SPORELAUNCHER_MAX_CLIP 5
#define SHOCKRIFLE_MAX_CLIP 10
#define M249_MAX_CLIP 60
#define M249_MAX_CLIP 100
#define PENGUIN_MAX_CLIP 3
#define SNIPERRIFLE_MAX_CLIP 5

Expand All @@ -192,7 +192,7 @@ class CGrenade : public CBaseMonster
#define SHOCKRIFLE_DEFAULT_GIVE 10
#define EAGLE_DEFAULT_GIVE 7
#define SNIPERRIFLE_DEFAULT_GIVE 5
#define M249_DEFAULT_GIVE 60
#define M249_DEFAULT_GIVE 100
#define DISPLACER_DEFAULT_GIVE 40

// The amount of ammo given to a player by an ammo item.
Expand All @@ -210,7 +210,7 @@ class CGrenade : public CBaseMonster
#define AMMO_EAGLE_GIVE 7
#define AMMO_SPORE_GIVE 1
#define AMMO_SNIPERRIFLE_GIVE 5
#define AMMO_M249_GIVE 60
#define AMMO_M249_GIVE 100

// bullet types
typedef enum
Expand Down

0 comments on commit 237e8dc

Please sign in to comment.