Reworks shuttles to be more extensible

Kudos to Zuhayr for laying the groundwork for this.
This commit is contained in:
mwerezak
2014-06-08 18:26:09 -04:00
parent 0319c96502
commit b4bb8ab31d
7 changed files with 186 additions and 197 deletions

View File

@@ -14,7 +14,7 @@ var/global/datum/shuttle_controller/emergency_shuttle/emergency_shuttle
datum/shuttle_controller/emergency_shuttle
var/alert = 0 //0 = emergency, 1 = crew cycle
location = 0 //0 = somewhere far away (in spess), 1 = at SS13, 2 = returned from SS13
var/location = 0 //0 = somewhere far away (in spess), 1 = at SS13, 2 = returned from SS13
var/online = 0
var/direction = 1 //-1 = going back to central command, 1 = going to SS13, 2 = in transit to centcom (not recalled)