MC backport (#16992)

* Break things

* fix bad replace in test code
This commit is contained in:
fira
2022-12-31 15:30:57 +00:00
committed by GitHub
parent 221ba52674
commit c30f297c11
87 changed files with 1748 additions and 955 deletions

View File

@@ -142,7 +142,7 @@ SUBSYSTEM_DEF(ticker)
gametime_offset = rand(0, 23) HOURS
else if(CONFIG_GET(flag/shift_time_realtime))
gametime_offset = world.timeofday
return ..()
return SS_INIT_SUCCESS
/datum/controller/subsystem/ticker/fire()
if(seclevel2num(get_security_level()) < SEC_LEVEL_GAMMA && !GLOB.cryopods_enabled)