Updates Gamma Ship

This commit is contained in:
Kyep
2017-06-13 02:41:45 -07:00
parent 5131f91725
commit 3e60634dc3
3 changed files with 43 additions and 52 deletions
-6
View File
@@ -909,12 +909,6 @@ var/gamma_ship_location = 1 // 0 = station , 1 = space
toArea = locate(/area/shuttle/gamma/space)
fromArea.move_contents_to(toArea)
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