Machine construction.

This commit is contained in:
davipatury
2017-03-27 19:00:01 -03:00
parent b91fbe264e
commit 82d8e6ad5c
5 changed files with 23 additions and 11 deletions
+6
View File
@@ -19,6 +19,12 @@
overlay_layer = layer
..()
/obj/machinery/computer/Destroy()
if(circuit)
qdel(circuit)
circuit = null
return ..()
/obj/machinery/computer/initialize()
..()
power_change()