mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] default tgui alert input handling (#8891)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
if(!message)
|
||||
return
|
||||
if (!m_type)
|
||||
if(tgui_alert(src, "Is this an audible emote?", "Emote", list("Yes", "No")) == "No")
|
||||
if(tgui_alert(src, "Is this an audible emote?", "Emote", list("Yes", "No")) != "Yes")
|
||||
m_type = VISIBLE_MESSAGE
|
||||
else
|
||||
m_type = AUDIBLE_MESSAGE
|
||||
|
||||
Reference in New Issue
Block a user