mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-19 18:56:56 +01:00
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
/datum/controller/subsystem/shuttle/Initialize(timeofday)
|
|
. = ..(timeofday)
|
|
SSticker.OnRoundend(CALLBACK(src, PROC_REF(roundend_callback)))
|
|
|
|
/datum/controller/subsystem/shuttle/proc/roundend_callback()
|
|
SSshuttle.navigation_locked_traits.Remove(ZTRAIT_CENTCOM)
|