Merge pull request #2310 from CHOMPStationBot/upstream-merge-10756

[MIRROR] The One Where I Port Modals
This commit is contained in:
Nadyr
2021-07-01 21:30:10 -04:00
committed by GitHub
469 changed files with 2678 additions and 2002 deletions

View File

@@ -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