Additional types which need Destroy to return qdel hints (and other Destroy fixes)

This commit is contained in:
Leshana
2017-12-30 16:02:27 -05:00
parent 3c2dac2e01
commit 064f2fe9ca
9 changed files with 13 additions and 15 deletions
@@ -53,11 +53,9 @@
processing_objects |= src
/obj/item/device/electronic_assembly/Destroy()
battery = null
battery = null // It will be qdel'd by ..() if still in our contents
processing_objects -= src
for(var/atom/movable/AM in contents)
qdel(AM)
..()
return ..()
/obj/item/device/electronic_assembly/process()
handle_idle_power()