Fix some oversights

This commit is contained in:
Markolie
2015-08-01 00:52:04 +02:00
parent 174c0fae98
commit b3b226fd59
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -140,7 +140,7 @@
/obj/machinery/power/apc/Destroy()
if(malfai && operating)
if (ticker.mode.config_tag == "malfunction")
if (src.z == 1) //if (is_type_in_list(get_area(src), the_station_areas))
if (src.z == ZLEVEL_STATION)
ticker.mode:apcs--
area.power_light = 0
area.power_equip = 0
@@ -153,7 +153,7 @@
qdel(cell) // qdel
if(terminal)
disconnect_terminal()
..()
return ..()
/obj/machinery/power/apc/proc/make_terminal()
// create a terminal object at the same position as original turf loc