removing name from blind_message attribute (#18802)

* how do you hear WHO is making sounds if you are BLIND??

* Update code/datums/emote.dm

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
This commit is contained in:
HMBGERDO
2022-08-19 01:15:03 +07:00
committed by GitHub
parent 313394de2f
commit 170a6d4ea3
+1 -1
View File
@@ -211,7 +211,7 @@
else if(emote_type & EMOTE_VISIBLE || user.mind?.miming)
user.audible_message(displayed_msg, deaf_message = "<span class='emote'>You see how <b>[user]</b> [msg]</span>")
else
user.visible_message(displayed_msg, blind_message = "<span class='emote'>You hear how <b>[user]</b> [msg]</span>")
user.visible_message(displayed_msg, blind_message = "<span class='emote'>You hear how someone [msg]</span>")
if(!(emote_type & (EMOTE_FORCE_NO_RUNECHAT | EMOTE_SOUND) || suppressed) && !isobserver(user))
runechat_emote(user, msg)