Added qdel(wires) to a bunch of objects Destroy proc.

Return ..()
This commit is contained in:
xxalpha
2015-08-27 11:10:58 +01:00
parent d7eca4f327
commit 19947d4fa0
17 changed files with 72 additions and 7 deletions
+7
View File
@@ -25,6 +25,13 @@
var/const/WIRE_RADIO_RECEIVE = 8 //Allows Pulsed(1) to call Activate()
var/const/WIRE_RADIO_PULSE = 16 //Allows Pulse(1) to send a radio message
/obj/item/device/assembly/Destroy()
qdel(connected)
connected = null
qdel(holder)
holder = null
return ..()
/obj/item/device/assembly/proc/holder_movement() //Called when the holder is moved
return