reduces a massive amount of endround lag (#23306)

* reduces a massive amount of endround lag

* more improvements
This commit is contained in:
GDN
2023-11-24 15:39:59 +00:00
committed by GitHub
parent 96d828dedc
commit 94fbb46dc4
10 changed files with 71 additions and 64 deletions
+3 -4
View File
@@ -191,8 +191,8 @@
return 1
/datum/game_mode/proc/auto_declare_completion_wizard()
if(wizards.len)
var/text = "<br><font size=3><b>the wizards/witches were:</b></font>"
if(length(wizards))
var/list/text = list("<br><font size=3><b>the wizards/witches were:</b></font>")
for(var/datum/mind/wizard in wizards)
@@ -236,8 +236,7 @@
i++
text += "<br>"
to_chat(world, text)
return 1
return text.Join("")
//OTHER PROCS