Partially ports the GLOB system

This commit is contained in:
Anewbe
2018-08-14 18:14:09 -05:00
parent 2eafa13c96
commit eebb627f00
74 changed files with 448 additions and 154 deletions

View File

@@ -22,7 +22,7 @@
welder.setWelding(1)
/obj/item/weapon/spell/flame_tongue/Destroy()
qdel_null(welder)
QDEL_NULL(welder)
return ..()
/obj/item/weapon/weldingtool/spell

View File

@@ -62,7 +62,7 @@
illusion.emote(what_to_emote)
/obj/item/weapon/spell/illusion/Destroy()
qdel_null(illusion)
QDEL_NULL(illusion)
copied = null
return ..()