more new/init fixes

This commit is contained in:
Killian
2022-04-13 03:51:04 +01:00
parent 74947f8d43
commit 39d14dd0ca
7 changed files with 38 additions and 40 deletions
+4 -4
View File
@@ -20,10 +20,10 @@
// Then wait awhile.
while(!finished)
sleep(1 SECOND)
wait_time -= 1 SECOND
if(wait_time <= 0)
finished = TRUE
spawn(1 SECOND)
wait_time -= 1 SECOND
if(wait_time <= 0)
finished = TRUE
// Prune the list after the wait, incase any candidates logged out.
for(var/mob/observer/dead/D as anything in candidates)