From a91dd0fffb9dae58754f4d8ab797edbe72c9f678 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Sat, 4 Mar 2023 02:21:34 -0600 Subject: [PATCH] fixes a lightgeist runtime + possible qdel loop (#20444) * fixes a lightgeist runtime * wait don't need to call parent here --- code/modules/mining/lavaland/loot/colossus_loot.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mining/lavaland/loot/colossus_loot.dm b/code/modules/mining/lavaland/loot/colossus_loot.dm index 7fa85ae1db0..32eeb5021ba 100644 --- a/code/modules/mining/lavaland/loot/colossus_loot.dm +++ b/code/modules/mining/lavaland/loot/colossus_loot.dm @@ -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"