impulse 101 will now fill MP5 nades too.

This commit is contained in:
Marco Cawthorne 2022-11-08 20:04:36 -08:00
parent 15fa5a8f12
commit 3f1821a760
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ Game_Input(player pl)
Weapons_AddItem(pl, WEAPON_SATCHEL, -1);
Weapons_AddItem(pl, WEAPON_TRIPMINE, -1);
Weapons_AddItem(pl, WEAPON_SNARK, -1);
pl.ammo_m203_grenade = 10;
#ifdef GEARBOX
Weapons_AddItem(pl, WEAPON_PIPEWRENCH, -1);
Weapons_AddItem(pl, WEAPON_KNIFE, -1);