From 81ae533f61b722206c6769ce52c8ff90dd9f142e Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sun, 14 Sep 2025 19:29:56 -0400 Subject: [PATCH] Caw addon (#18497) --- code/modules/emotes/definitions/audible.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"