Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes some mobs not being able to honk/weh #33777

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Resources/Prototypes/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
path: /Audio/Voice/Vox/shriek1.ogg
Laugh:
path: /Audio/Voice/Vox/vox_laugh.ogg
Honk:
collection: BikeHorn
Weh:
collection: Weh
ArtisticRoomba marked this conversation as resolved.
Show resolved Hide resolved
params:
variation: 0.125
# We need vox sounds for the other emotes
Expand Down Expand Up @@ -251,6 +255,8 @@
path: /Audio/Voice/Arachnid/arachnid_click.ogg
Weh:
collection: Weh
Honk:
collection: BikeHorn
Gasp:
collection: MaleGasp
DefaultDeathgasp:
Expand Down Expand Up @@ -355,6 +361,8 @@
path: /Audio/Voice/Moth/moth_squeak.ogg
Weh:
collection: Weh
Honk:
collection: BikeHorn
Gasp:
collection: MaleGasp
DefaultDeathgasp:
Expand Down Expand Up @@ -424,7 +432,7 @@
path: /Audio/Voice/Diona/diona_salute.ogg
params:
volume: -5

- type: emoteSounds
id: ReptilianBodyEmotes
sounds:
Expand Down
Loading