Some more types which need Destroy to return qdel hints!

This commit is contained in:
Leshana
2017-06-14 01:13:54 -04:00
parent 997c033d7e
commit c91dc333cd
14 changed files with 24 additions and 30 deletions
@@ -24,8 +24,8 @@
ion_trail.set_up(src)
/obj/item/weapon/tank/jetpack/Destroy()
qdel(ion_trail)
..()
qdel_null(ion_trail)
return ..()
/obj/item/weapon/tank/jetpack/examine(mob/user)
. = ..()