mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 13:14:51 +00:00
Fix shockroach
This commit is contained in:
parent
a7349a5911
commit
6445266adb
@ -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