mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
commit
7c57dc5318
@ -163,9 +163,7 @@ void CShockRoach::MonsterThink(void)
|
||||
}
|
||||
if (lifeTime >= gSkillData.sroachLifespan)
|
||||
{
|
||||
pev->health = -1;
|
||||
Killed(pev, 0);
|
||||
return;
|
||||
TakeDamage(pev, pev, pev->health, DMG_NEVERGIB);
|
||||
}
|
||||
|
||||
CHeadCrab::MonsterThink();
|
||||
|
Loading…
x
Reference in New Issue
Block a user