Fixes gamma shuttle location not set at roundstart

This commit is contained in:
mwerezak
2014-07-17 11:01:49 -04:00
parent 66fb9f59bf
commit db521949fb
+1
View File
@@ -205,6 +205,7 @@ var/global/datum/shuttle_controller/shuttle_controller
//Gamma Shuttle
shuttle = new()
shuttle.location = 1
shuttle.warmup_time = 10
shuttle.area_offsite = locate(/area/shuttle/gamma/space)
shuttle.area_station = locate(/area/shuttle/gamma/station)