Fixes speech bubble appearing on blank messages

This commit is contained in:
Heroman
2022-07-04 16:00:39 +10:00
parent d3c467e5e8
commit 68af96b5a6
3 changed files with 15 additions and 13 deletions
@@ -326,7 +326,7 @@
/mob/living/carbon/brain/caught_soul/hear_say()
if(ext_deaf || !client)
return FALSE
..()
.=..()
/mob/living/carbon/brain/caught_soul/show_message(msg, type, alt, alt_type)
if(ext_blind || !client)