Add automatic emergency shuttle call (#12473)
* Add automatic emergency shuttle call This adds a cvar shuttle.auto_call_time which is an integer N, that calls the emergency shuttle automatically without intervention after N minutes. This can be disabled by setting N to 0. After a vote to extend, the shuttle will be called automatically every shuttle.auto_call_extension_time minutes. * Update Resources/Locale/en-US/round-end/round-end-system.ftl Co-authored-by: theashtronaut <112137107+theashtronaut@users.noreply.github.com> Co-authored-by: Moony <moony@hellomouse.net> Co-authored-by: theashtronaut <112137107+theashtronaut@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
## RoundEndSystem
|
||||
|
||||
round-end-system-shuttle-called-announcement = An emergency shuttle has been sent. ETA: {$time} {$units}.
|
||||
round-end-system-shuttle-auto-called-announcement = An automatic crew shift change shuttle has been sent. ETA: {$time} {$units}. Recall the shuttle to extend the shift.
|
||||
round-end-system-shuttle-recalled-announcement = The emergency shuttle has been recalled.
|
||||
round-end-system-round-restart-eta-announcement = Restarting the round in {$minutes} minutes...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user