diff --git a/code/modules/emotes/definitions/audible.dm b/code/modules/emotes/definitions/audible.dm index 7c143c64a62..500cb56df49 100644 --- a/code/modules/emotes/definitions/audible.dm +++ b/code/modules/emotes/definitions/audible.dm @@ -229,8 +229,11 @@ /decl/emote/audible/caw key = "caw" - emote_message_3p = "caws." - emote_sound = 'sound/voice/emotes/caw1.ogg' + emote_message_1p = "You caw!" + emote_message_3p = "caws!" + emote_message_1p_target = "You caw at TARGET." + emote_message_3p_target = "caws at TARGET." + emote_sound = 'sound/voice/emotes/caw1.ogg' // Copyright Sampling+ 1.0 Vixuxx (freesound.org) for the source audio. /decl/emote/audible/caw2 key = "caw2"