monster_scientist: Death check was wrong. oops.

This commit is contained in:
Marco Cawthorne 2022-08-05 19:12:54 -07:00
parent f53ed471e1
commit 6b4c63965c
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ monster_scientist::Death(void)
StartleAllies();
if (IsAlive() == false) {
if (IsAlive() == true) {
if (g_dmg_eAttacker.flags & FL_CLIENT)
rules.ScientistKill((player)g_dmg_eAttacker, (entity)this);