impulse 101 will now fill MP5 nades too.
This commit is contained in:
parent
15fa5a8f12
commit
3f1821a760
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ Game_Input(player pl)
|
||||||
Weapons_AddItem(pl, WEAPON_SATCHEL, -1);
|
Weapons_AddItem(pl, WEAPON_SATCHEL, -1);
|
||||||
Weapons_AddItem(pl, WEAPON_TRIPMINE, -1);
|
Weapons_AddItem(pl, WEAPON_TRIPMINE, -1);
|
||||||
Weapons_AddItem(pl, WEAPON_SNARK, -1);
|
Weapons_AddItem(pl, WEAPON_SNARK, -1);
|
||||||
|
pl.ammo_m203_grenade = 10;
|
||||||
#ifdef GEARBOX
|
#ifdef GEARBOX
|
||||||
Weapons_AddItem(pl, WEAPON_PIPEWRENCH, -1);
|
Weapons_AddItem(pl, WEAPON_PIPEWRENCH, -1);
|
||||||
Weapons_AddItem(pl, WEAPON_KNIFE, -1);
|
Weapons_AddItem(pl, WEAPON_KNIFE, -1);
|
||||||
|
|
Loading…
Reference in a new issue