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"