round actually ends on narsie & time defines (#14207)

* round actually ends on narsie

* time defines

* time defines
This commit is contained in:
ynot01
2022-05-28 17:56:57 -04:00
committed by GitHub
parent b187e1701d
commit a94aa9a6f4
273 changed files with 1079 additions and 1079 deletions

View File

@@ -724,7 +724,7 @@ SUBSYSTEM_DEF(job)
/datum/controller/subsystem/job/Recover()
set waitfor = FALSE
var/oldjobs = SSjob.occupations
sleep(20)
sleep(2 SECONDS)
for (var/datum/job/J in oldjobs)
INVOKE_ASYNC(src, .proc/RecoverJob, J)