mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Swaps sleep() to use SECONDS define [MDB IGNORE] (#16973)
* Swaps sleep() to use SECONDS define * merge conflicts and skyrat modules Co-authored-by: san7890 <the@san7890.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
co-authored by
san7890
tastyfish
parent
59dc5c36b7
commit
612568daa0
@@ -677,7 +677,7 @@ SUBSYSTEM_DEF(job)
|
||||
/datum/controller/subsystem/job/Recover()
|
||||
set waitfor = FALSE
|
||||
var/oldjobs = SSjob.all_occupations
|
||||
sleep(20)
|
||||
sleep(2 SECONDS)
|
||||
for (var/datum/job/job as anything in oldjobs)
|
||||
INVOKE_ASYNC(src, .proc/RecoverJob, job)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user