mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
round actually ends on narsie & time defines (#14207)
* round actually ends on narsie * time defines * time defines
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user