[MIRROR] Removes more sleeps from init (#10445)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-16 11:24:07 -07:00
committed by GitHub
parent 8c225f2526
commit 8732f6f928
34 changed files with 174 additions and 165 deletions

View File

@@ -146,7 +146,7 @@ var/list/overminds = list()
//Handle nonverbal languages here
for(var/datum/multilingual_say_piece/S in message_pieces)
if(S.speaking.flags & NONVERBAL)
custom_emote(1, "[pick(S.speaking.signlang_verb)].")
custom_emote(VISIBLE_MESSAGE, "[pick(S.speaking.signlang_verb)].")
for(var/mob/M in listening)
spawn()