Skip to content

Commit

Permalink
server: spawn mp5 with full ammo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Nov 17, 2023
1 parent 3523b52 commit e106972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/weapons.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class CGrenade : public CBaseMonster
// 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
Expand Down

1 comment on commit e106972

@FreeSlave
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change in anniversary update is for multiplayer only

Please sign in to comment.