Skip to content

Commit

Permalink
emotes fix round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed May 3, 2024
1 parent 9ebd1b5 commit 6df4578
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,15 +308,15 @@
path: /Audio/Effects/sparks1.ogg
params:
variation: 0.125
Ping:
IPCPing:
path: /Audio/Effects/beep1.ogg
params:
variation: 0.125
Beep:
collection: IPCBeeps
Boop:
HarpyBeep:
collection: HarpyBeeps
IPCBoop:
collection: IPCBoops
Whirr:
IPCWhirr:
collection: IPCWhirrs
Honk:
collection: BikeHorn
Expand Down
9 changes: 5 additions & 4 deletions Resources/Prototypes/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

# IPC emotes
- type: emote
id: Whirr
id: IPCWhirr
category: Vocal
chatMessages: [whirrs]
chatTriggers:
Expand All @@ -290,8 +290,9 @@
- whirrs.
- whirrs!

# HarpyBeep
# - type: emote
# id: Beep
# id: IPCBeep
# category: Vocal
# chatMessages: [beeps]
# chatTriggers:
Expand All @@ -301,7 +302,7 @@
# - beeps!

- type: emote
id: Boop
id: IPCBoop
category: Vocal
chatMessages: [boops]
chatTriggers:
Expand All @@ -311,7 +312,7 @@
- boops!

- type: emote
id: Ping
id: IPCPing
category: Vocal
chatMessages: [pings]
chatTriggers:
Expand Down

0 comments on commit 6df4578

Please sign in to comment.