mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
fix: Mute people can show Emote Typing Indicator (#21668)
https://github.com/ss220-space/Paradise/pull/2467
This commit is contained in:
@@ -21,7 +21,7 @@ GLOBAL_LIST_EMPTY(typing_indicator)
|
||||
var/image/I = GLOB.typing_indicator[bubble_icon]
|
||||
I.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA
|
||||
|
||||
if(ishuman(src))
|
||||
if(ishuman(src) && !me)
|
||||
var/mob/living/carbon/human/H = src
|
||||
if(HAS_TRAIT(H, TRAIT_MUTE))
|
||||
overlays -= GLOB.typing_indicator[bubble_icon]
|
||||
|
||||
Reference in New Issue
Block a user