Skip to content

Commit

Permalink
ok done
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerev4r committed Oct 3, 2024
1 parent 99bd911 commit ecaf5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
*/
/datum/emote/proc/should_play_sound(mob/user, intentional = FALSE)
if(emote_type & EMOTE_AUDIBLE && !hands_use_check)
if(HAS_TRAIT(user, TRAIT_MUTE) && !isramatan(user))
if(HAS_TRAIT(user, TRAIT_MUTE) && !isramatan(user)) // DOPPLER EDIT ADDITION - Allows Ramatae to use verbal emotes despite being mute. :3
return FALSE
if(ishuman(user))
var/mob/living/carbon/human/loud_mouth = user
Expand Down

0 comments on commit ecaf5e8

Please sign in to comment.