diff --git a/code/modules/emotes/definitions/audible.dm b/code/modules/emotes/definitions/audible.dm index d702a32d3a..8808ed38f5 100644 --- a/code/modules/emotes/definitions/audible.dm +++ b/code/modules/emotes/definitions/audible.dm @@ -140,7 +140,7 @@ /decl/emote/audible/bug_buzz key = "bbuzz" - emote_message_3p = "buzzes its wings." + emote_message_3p = "buzzes USER_THEIR wings." emote_sound = 'sound/voice/BugBuzz.ogg' /decl/emote/audible/bug_chitter @@ -244,4 +244,4 @@ emote_message_3p = "prbts." emote_message_1p_target = "You prbt at TARGET." emote_message_3p_target = "prbts at TARGET." - emote_sound = 'sound/voice/prbt.ogg' \ No newline at end of file + emote_sound = 'sound/voice/prbt.ogg'