This commit is contained in:
kevinz000
2018-10-14 20:03:17 -07:00
parent 67cf6cad0c
commit 2c0898f870
93 changed files with 204 additions and 204 deletions
@@ -22,12 +22,12 @@
/obj/item/device/electronic_assembly/initialize()
battery = new(src)
processing_objects |= src
START_PROCESSING(SSobj, src)
return ..()
/obj/item/device/electronic_assembly/Destroy()
battery = null // It will be qdel'd by ..() if still in our contents
processing_objects -= src
STOP_PROCESSING(SSobj, src)
return ..()
/obj/item/device/electronic_assembly/process()