Skip to content

Commit

Permalink
Add awoo emote to vulps (and harpies) (DeltaV-Station#1094)
Browse files Browse the repository at this point in the history
* Add awoo as howl trigger

Signed-off-by: no <[email protected]>

* Actually add awooing for real this time

---------

Signed-off-by: no <[email protected]>
Co-authored-by: Colin-Tel <[email protected]>
  • Loading branch information
2 people authored and angelofallars committed Feb 1, 2025
1 parent b413895 commit 9506262
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/DeltaV/chat/emotes.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Names
delta-chat-emote-name-awoo = Awoo
8 changes: 7 additions & 1 deletion Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
collection: VulpkaninWhines
Howl:
collection: VulpkaninHowls
Awoo:
collection: VulpkaninHowls
Weh:
collection: Weh
Mars:
Expand Down Expand Up @@ -116,6 +118,8 @@
collection: VulpkaninWhines
Howl:
collection: VulpkaninHowls
Awoo:
collection: VulpkaninHowls

- type: emoteSounds
id: FemaleVulpkanin
Expand Down Expand Up @@ -154,6 +158,8 @@
collection: VulpkaninWhines
Howl:
collection: VulpkaninHowls
Awoo:
collection: VulpkaninHowls

- type: emoteSounds
id: UnisexChitinid
Expand Down Expand Up @@ -181,4 +187,4 @@
Yawn:
collection: MaleYawn
Hiss:
path: /Audio/Animals/snake_hiss.ogg
path: /Audio/Animals/snake_hiss.ogg
15 changes: 15 additions & 0 deletions Resources/Prototypes/DeltaV/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9506262

Please sign in to comment.