mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
Partially ports the GLOB system
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
illusion.emote(what_to_emote)
|
||||
|
||||
/obj/item/weapon/spell/illusion/Destroy()
|
||||
qdel_null(illusion)
|
||||
QDEL_NULL(illusion)
|
||||
copied = null
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user