Allows a delta malf AI to recall the shuttle (#26286)

* Allows a delta malf AI to recall the shuttle

* formatting

* New error message
This commit is contained in:
adrian
2020-05-07 20:41:14 -03:00
committed by GitHub
parent e433050e22
commit f1e9cf5c40
5 changed files with 32 additions and 20 deletions

View File

@@ -8,6 +8,11 @@
#define SHUTTLETRANSITTIME 120 // 2 minutes = 120 seconds
#define SHUTTLEGRACEPERIOD 300 // time after roundstart until the shuttle can be called, 5 minutes = 300 seconds
#define EMERGENCY_SHUTTLE_RECALLED -1
#define EMERGENCY_SHUTTLE_STANDBY 0
#define EMERGENCY_SHUTTLE_GOING_TO_STATION 1
#define EMERGENCY_SHUTTLE_GOING_TO_CENTCOMM 2
var/global/datum/emergency_shuttle/emergency_shuttle
datum/emergency_shuttle