Give item_suit on spawn.

This commit is contained in:
Night Owl 2018-08-30 02:48:05 +05:00
parent 4d338885ba
commit 9aba1ffe8d
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ float CHalfLifeRules::FlPlayerFallDamage( CBasePlayer *pPlayer )
//=========================================================
void CHalfLifeRules::PlayerSpawn( CBasePlayer *pPlayer )
{
pPlayer->GiveNamedItem( "item_suit" );
}
//=========================================================