From 72798a517ef6f35f940252c1e9cd731967ed3095 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Sun, 1 Dec 2019 14:35:58 +0500 Subject: [PATCH] Always give item_flashlight with impulse 101 cheat cmd. --- dlls/player.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/player.cpp b/dlls/player.cpp index 8d20e865..0a51dcbc 100644 --- a/dlls/player.cpp +++ b/dlls/player.cpp @@ -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" );