more de-referencing

This commit is contained in:
Fox-McCloud
2015-10-12 04:18:49 -04:00
parent 81cfcd7af3
commit 46f9f68f31
9 changed files with 20 additions and 7 deletions
@@ -25,10 +25,13 @@
/obj/item/weapon/flamethrower/Destroy()
if(weldtool)
qdel(weldtool)
weldtool = null
if(igniter)
qdel(igniter)
igniter = null
if(ptank)
qdel(ptank)
ptank = null
return ..()
@@ -15,6 +15,7 @@
Destroy()
qdel(smoke)
smoke = null
return ..()
prime()