[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:
SkyratBot
2022-10-19 19:43:24 -04:00
committed by GitHub
co-authored by san7890 tastyfish
parent 59dc5c36b7
commit 612568daa0
99 changed files with 280 additions and 279 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
for(var/I in 1 to 5)
new /mob/living/carbon/human(pick(locs))
sleep(50)
sleep(5 SECONDS)