Give item_suit on spawn.

This commit is contained in:
Andrey Akhmichin 2022-06-23 07:08:43 +05:00
parent da3e6f5dbc
commit 4f6bdde349
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 1 additions and 0 deletions

View File

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