fixes a lightgeist runtime + possible qdel loop (#20444)

* fixes a lightgeist runtime

* wait don't need to call parent here
This commit is contained in:
GDN
2023-03-04 02:21:34 -06:00
committed by GitHub
parent 330180c83e
commit a91dd0fffb
@@ -291,9 +291,8 @@
L.heal_overall_damage(heal_power, heal_power)
new /obj/effect/temp_visual/heal(get_turf(target), "#80F5FF")
/mob/living/simple_animal/hostile/lightgeist/ghostize()
if(..())
death()
/mob/living/simple_animal/hostile/lightgeist/ghost()
qdel(src)
/obj/machinery/anomalous_crystal/refresher //Deletes and recreates a copy of the item, "refreshing" it.
activation_method = "touch"