Fix a few hard-dels

This commit is contained in:
ariaworld
2024-01-21 16:14:07 +01:00
parent d892c54df6
commit 93f0fb7e6c
11 changed files with 53 additions and 21 deletions
@@ -390,7 +390,7 @@
/obj/item/wisp_lantern/Destroy()
if(wisp)
if(wisp.loc == src)
qdel(wisp)
QDEL_NULL(wisp)
else
wisp.visible_message("<span class='notice'>[wisp] has a sad feeling for a moment, then it passes.</span>")
return ..()