Merge pull request #7543 from Kyep/gamma_pod

Updates Gamma Ship
This commit is contained in:
Fox McCloud
2017-06-27 15:28:41 -04:00
committed by GitHub
4 changed files with 63 additions and 55 deletions
+3 -3
View File
@@ -909,12 +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()
for(var/obj/machinery/alarm/A in toArea)
A.first_run()
if(gamma_ship_location)
gamma_ship_location = 0
else