mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #2310 from CHOMPStationBot/upstream-merge-10756
[MIRROR] The One Where I Port Modals
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
if(!message)
|
||||
return
|
||||
if (!m_type)
|
||||
if(alert(src, "Is this an audible emote?", "Emote", "Yes", "No") == "No")
|
||||
if(tgui_alert(src, "Is this an audible emote?", "Emote", list("Yes", "No")) == "No")
|
||||
m_type = VISIBLE_MESSAGE
|
||||
else
|
||||
m_type = AUDIBLE_MESSAGE
|
||||
|
||||
Reference in New Issue
Block a user