Atmospheric computer circuit additions.

Adds several missing variables used in the construction and deconstruction set of gas management computers. Fixes #11392.
Computers also no longer attemps to qdel a type on Destroy()
This commit is contained in:
PsiOmegaDelta
2015-10-29 16:55:58 +01:00
parent 407c72b8fa
commit ab2ddfcba7
2 changed files with 110 additions and 7 deletions

View File

@@ -12,11 +12,6 @@
var/light_range_on = 3
var/light_power_on = 1
/obj/machinery/computer/Destroy()
qdel(circuit)
circuit = null
return ..()
/obj/machinery/computer/initialize()
power_change()