diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 872bbc71d75..81bd30d44b3 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -222,6 +222,12 @@ if(active_owner) mori() +//Just in case +/obj/item/clothing/neck/necklace/memento_mori/Destroy() + if(active_owner) + mori() + return ..() + /obj/item/clothing/neck/necklace/memento_mori/proc/memento(mob/living/carbon/human/user) to_chat(user, "You feel your life being drained by the pendant...") if(do_after(user, 40, target = src))