Requests on the PR

This commit is contained in:
Kyep
2017-06-13 23:09:50 -07:00
parent 3e60634dc3
commit fea7e56d63
4 changed files with 34 additions and 17 deletions
+6
View File
@@ -909,6 +909,12 @@ var/gamma_ship_location = 1 // 0 = station , 1 = space
toArea = locate(/area/shuttle/gamma/space)
fromArea.move_contents_to(toArea)
for(var/obj/machinery/mech_bay_recharge_port/P in toArea)
P.update_recharge_turf()
for(var/obj/machinery/power/apc/A in toArea)
A.init()
if(gamma_ship_location)
gamma_ship_location = 0
else