Merge pull request #13276 from Heroman3003/textbubble-fix

Fixes speech bubble appearing on blank messages
This commit is contained in:
Casey
2022-07-08 00:28:29 +00:00
committed by CHOMPStation2
parent ef3e059335
commit f4cd5db137
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)