Quick and easy replacing (#24352)

This commit is contained in:
DGamerL
2024-03-01 13:47:07 +01:00
committed by GitHub
parent f85c58c082
commit 900d19369b
4 changed files with 3 additions and 4 deletions
@@ -292,7 +292,7 @@
. = ..()
if(isliving(target) && target != src)
var/mob/living/L = target
if(L.stat < DEAD)
if(L.stat != DEAD)
L.heal_overall_damage(heal_power, heal_power)
new /obj/effect/temp_visual/heal(get_turf(target), "#80F5FF")