From 95062626951beb764b245e33cb0cfbc369c70e0e Mon Sep 17 00:00:00 2001 From: no <165581243+pissdemon@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:43:24 +0200 Subject: [PATCH] Add awoo emote to vulps (and harpies) (#1094) * Add awoo as howl trigger Signed-off-by: no <165581243+pissdemon@users.noreply.github.com> * Actually add awooing for real this time --------- Signed-off-by: no <165581243+pissdemon@users.noreply.github.com> Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> --- Resources/Locale/en-US/DeltaV/chat/emotes.ftl | 2 ++ .../DeltaV/Voice/speech_emote_sounds.yml | 8 +++++++- .../Prototypes/DeltaV/Voice/speech_emotes.yml | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/en-US/DeltaV/chat/emotes.ftl diff --git a/Resources/Locale/en-US/DeltaV/chat/emotes.ftl b/Resources/Locale/en-US/DeltaV/chat/emotes.ftl new file mode 100644 index 00000000000..1be2a3b58b4 --- /dev/null +++ b/Resources/Locale/en-US/DeltaV/chat/emotes.ftl @@ -0,0 +1,2 @@ +# Names +delta-chat-emote-name-awoo = Awoo diff --git a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml index 18f4258ba7f..5fc12651c71 100644 --- a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml @@ -72,6 +72,8 @@ collection: VulpkaninWhines Howl: collection: VulpkaninHowls + Awoo: + collection: VulpkaninHowls Weh: collection: Weh Mars: @@ -116,6 +118,8 @@ collection: VulpkaninWhines Howl: collection: VulpkaninHowls + Awoo: + collection: VulpkaninHowls - type: emoteSounds id: FemaleVulpkanin @@ -154,6 +158,8 @@ collection: VulpkaninWhines Howl: collection: VulpkaninHowls + Awoo: + collection: VulpkaninHowls - type: emoteSounds id: UnisexChitinid @@ -181,4 +187,4 @@ Yawn: collection: MaleYawn Hiss: - path: /Audio/Animals/snake_hiss.ogg \ No newline at end of file + path: /Audio/Animals/snake_hiss.ogg diff --git a/Resources/Prototypes/DeltaV/Voice/speech_emotes.yml b/Resources/Prototypes/DeltaV/Voice/speech_emotes.yml index 8995aecd770..9d975f90b97 100644 --- a/Resources/Prototypes/DeltaV/Voice/speech_emotes.yml +++ b/Resources/Prototypes/DeltaV/Voice/speech_emotes.yml @@ -138,3 +138,18 @@ chatMessages: [ howls ] chatTriggers: - howls + +- type: emote + id: Awoo + name: delta-chat-emote-name-awoo + category: Vocal + available: false + whitelist: + components: + - Vocal + blacklist: + components: + - BorgChassis + chatMessages: [awoos.] + chatTriggers: + - awoos