Quick and easy replacing (#24352)

This commit is contained in:
DGamerL
2024-03-01 12:47:07 +00:00
committed by GitHub
parent f85c58c082
commit 900d19369b
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1104,7 +1104,7 @@
if((stat == DEAD) && (var_value < DEAD))//Bringing the dead back to life
GLOB.dead_mob_list -= src
GLOB.alive_mob_list += src
if((stat < DEAD) && (var_value == DEAD))//Kill he
if((stat != DEAD) && (var_value == DEAD))//Kill he
GLOB.alive_mob_list -= src
GLOB.dead_mob_list += src
. = ..()