mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user