Add: RUNLEVEL_POSTGAME to shuttles to let shuttles move after round is over.

This commit is contained in:
ariaworld
2024-03-01 22:55:47 +01:00
parent 9570c9bec9
commit d442c44564
+1
View File
@@ -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()