Bug fixes

This commit is contained in:
Markolie
2015-02-27 17:51:57 +01:00
parent 8ac9e69043
commit 20ac07de8d
14 changed files with 75 additions and 37 deletions
+10
View File
@@ -956,6 +956,16 @@ proc/move_gamma_ship()
fromArea = locate(/area/shuttle/gamma/station)
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/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