[MIRROR] Removes sleeping from the code in more places (#10611)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-10 01:13:00 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent 174fb57a2c
commit de641ab6f8
20 changed files with 123 additions and 120 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
if(query_sound)
SEND_SOUND(C, sound(query_sound))
tgui_alert_async(D, question, "[role_name] request", list("Yes", "No", "Never for this round"), CALLBACK(src, PROC_REF(get_reply)), wait_time SECONDS)
tgui_alert_async(D, question, "[role_name] request", list("Yes", "No", "Never for this round"), CALLBACK(src, PROC_REF(get_reply)), wait_time)
/// Process an async alert response
/datum/ghost_query/proc/get_reply(response)