Removes the apc from the area's APC list when destroyed

This commit is contained in:
Crazylemon
2015-12-31 22:34:03 -08:00
parent 58ad640d17
commit 6a931ef868
+1
View File
@@ -172,6 +172,7 @@
cell = null
if(terminal)
disconnect_terminal()
area.apc -= src
return ..()
/obj/machinery/power/apc/proc/make_terminal()