Removed unused line

This commit is contained in:
Patrick Meade
2020-06-28 09:37:32 -05:00
parent 3392c4019e
commit 1dcb43b5b4
-1
View File
@@ -65,7 +65,6 @@
// recharge the APCs
for(var/thing in GLOB.apcs)
var/obj/machinery/power/apc/C = thing
var/area/current_area = get_area(C)
if(!is_station_level(C.z))
continue
if(C.cell)