mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-29 15:50:10 +01:00
Add: RUNLEVEL_POSTGAME to shuttles to let shuttles move after round is over.
This commit is contained in:
@@ -5,6 +5,7 @@ SUBSYSTEM_DEF(shuttle)
|
||||
wait = 10
|
||||
init_order = INIT_ORDER_SHUTTLE
|
||||
flags = SS_KEEP_TIMING|SS_NO_TICK_CHECK
|
||||
runlevels = RUNLEVEL_SETUP | RUNLEVEL_GAME | RUNLEVEL_POSTGAME // Splurt edit: Add RUNLEVEL_POSTGAME to let shuttles move after round is over.
|
||||
|
||||
var/list/mobile = list()
|
||||
var/list/stationary = list()
|
||||
|
||||
Reference in New Issue
Block a user