Fix broken shock roach death.

Fix hwgrunt not spinning down the minigun.
Other misc. fixes.
This commit is contained in:
Giegue
2023-03-04 17:24:01 -03:00
parent 62063e34da
commit bd02a95260
7 changed files with 40 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ void CMShockRoach::MonsterThink(void)
{
pev->health = -1;
Killed(pev, 0);
return;
//return; // it still needs to think
}
CMHeadCrab::MonsterThink();