Merge pull request #11510 from Aranclanos/assembly

Assembly qdel fix
This commit is contained in:
Aranclanos
2015-08-31 10:28:23 -03:00
-7
View File
@@ -25,13 +25,6 @@
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