mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-12 16:07:57 +00:00
Merge branch 'induction' into mobile_hacks
This commit is contained in:
commit
d4be9d1364
@ -3470,6 +3470,8 @@ void CBasePlayer::CheatImpulseCommands( int iImpulse )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
GiveNamedItem( "item_battery" );
|
GiveNamedItem( "item_battery" );
|
||||||
|
if( g_iModType == INDUCTION )
|
||||||
|
GiveNamedItem( "item_flashlight" );
|
||||||
#else // MOBILE_HACKS
|
#else // MOBILE_HACKS
|
||||||
GiveNamedItem( "item_battery" );
|
GiveNamedItem( "item_battery" );
|
||||||
#endif // MOBILE_HACKS
|
#endif // MOBILE_HACKS
|
||||||
|
@ -303,6 +303,7 @@ void W_Precache( void )
|
|||||||
UTIL_PrecacheOther( "item_battery" );
|
UTIL_PrecacheOther( "item_battery" );
|
||||||
UTIL_PrecacheOther( "item_antidote" );
|
UTIL_PrecacheOther( "item_antidote" );
|
||||||
UTIL_PrecacheOther( "item_security" );
|
UTIL_PrecacheOther( "item_security" );
|
||||||
|
UTIL_PrecacheOther( "item_flashlight" );
|
||||||
UTIL_PrecacheOther( "item_longjump" );
|
UTIL_PrecacheOther( "item_longjump" );
|
||||||
|
|
||||||
// shotgun
|
// shotgun
|
||||||
|
Loading…
Reference in New Issue
Block a user