Refactor mech recharger

This commit is contained in:
Markolie
2015-07-30 23:22:49 +02:00
parent 267a95c327
commit 6f5c0497ec
3 changed files with 292 additions and 110 deletions
+2 -2
View File
@@ -955,8 +955,8 @@ proc/move_gamma_ship()
toArea = locate(/area/shuttle/gamma/space)
fromArea.move_contents_to(toArea)
for(var/obj/machinery/mech_bay_recharge_port/P in toArea)
P.locate_recharge_turf()
for(var/turf/simulated/floor/mech_bay_recharge_floor/F in toArea)
F.init_devices()
for(var/obj/machinery/power/apc/A in toArea)
A.init()