|
|
|
@ -675,12 +675,6 @@ void CHalfLifeMultiplay::PlayerKilled( CBasePlayer *pVictim, entvars_t *pKiller,
@@ -675,12 +675,6 @@ void CHalfLifeMultiplay::PlayerKilled( CBasePlayer *pVictim, entvars_t *pKiller,
|
|
|
|
|
// let the killer paint another decal as soon as he'd like.
|
|
|
|
|
PK->m_flNextDecalTime = gpGlobals->time; |
|
|
|
|
} |
|
|
|
|
#ifndef HLDEMO_BUILD |
|
|
|
|
if( pVictim->HasNamedPlayerItem( "weapon_satchel" ) ) |
|
|
|
|
{ |
|
|
|
|
DeactivateSatchels( pVictim ); |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//=========================================================
|
|
|
|
|