Custom emotes display on runechat (#16355)

* Custom emotes display on runechat

* document symbol arg

* Update code/__DEFINES/misc.dm
This commit is contained in:
dearmochi
2021-07-28 11:06:43 +02:00
committed by GitHub
parent e0d15d0f79
commit c95f566cd1
3 changed files with 23 additions and 6 deletions
+2
View File
@@ -90,6 +90,8 @@
M.show_message(message, m_type)
O.show_message(message, m_type)
if(O.client?.prefs.toggles2 & PREFTOGGLE_2_RUNECHAT)
O.create_chat_message(src, input, symbol = RUNECHAT_SYMBOL_EMOTE)
// Type 2 (Audible) emotes are sent to anyone in hear range
// of the *LOCATION* -- this is important for pAIs to be heard