Browse Source

Always give item_flashlight with impulse 101 cheat cmd.

induction_1.2
Andrey Akhmichin 5 years ago
parent
commit
72798a517e
  1. 1
      dlls/player.cpp

1
dlls/player.cpp

@ -3459,6 +3459,7 @@ void CBasePlayer::CheatImpulseCommands( int iImpulse ) @@ -3459,6 +3459,7 @@ void CBasePlayer::CheatImpulseCommands( int iImpulse )
gEvilImpulse101 = TRUE;
GiveNamedItem( "item_suit" );
GiveNamedItem( "item_battery" );
GiveNamedItem( "item_flashlight" );
GiveNamedItem( "weapon_crowbar" );
GiveNamedItem( "weapon_9mmhandgun" );
GiveNamedItem( "ammo_9mmclip" );

Loading…
Cancel
Save