This commit is contained in:
Ty-Omaha
2019-07-15 09:10:41 -04:00
parent b9d9b3c88d
commit c8ccc3bb94
-3
View File
@@ -73,9 +73,6 @@
S.update_icon()
S.power_change()
for(var/obj/machinery/power/P in GLOB.machines)
var/area/current_area = get_area(P)
if((current_area.type in skipped_areas_apc) || (current_area.type in skipped_areas) || !is_station_level(P.z))
continue
P.malfunction = FALSE
/proc/power_restore_quick(var/announce = 1)