Skip to content

Commit

Permalink
Whitelist vulp emotes to vulpkin (cosmatic-drift-14#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
dffdff2423 authored May 14, 2024
1 parent 516e61a commit ed30c6b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- type: Speech
speechSounds: Vulpkanin
speechVerb: Vulpkanin
allowedEmotes: [ 'Bark', 'Snarl', 'Whine', 'Howl', 'Growl' ]
# - type: TypingIndicator # If you wish to add a typing indicator, go to Textures/_CD/Effects/speech.rsi and uncomment this.
# proto: vulpkanin
- type: Vocal
Expand Down
35 changes: 35 additions & 0 deletions Resources/Prototypes/_CD/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
id: Bark
name: chat-emote-name-bark
category: Vocal
available: false
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: [barks.]
chatTriggers:
- bark
Expand All @@ -19,6 +26,13 @@
id: Snarl
name: chat-emote-name-snarl
category: Vocal
available: false
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: [snarls.]
chatTriggers:
- snarl
Expand All @@ -35,6 +49,13 @@
id: Whine
name: chat-emote-name-whine
category: Vocal
available: false
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: [whines.]
chatTriggers:
- whine
Expand All @@ -51,6 +72,13 @@
id: Howl
name: chat-emote-name-howl
category: Vocal
available: false
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: [howls.]
chatTriggers:
- howl
Expand All @@ -66,6 +94,13 @@
id: Growl
name: chat-emote-name-growl
category: Vocal
available: false
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: [growls.]
chatTriggers:
- growl
Expand Down

0 comments on commit ed30c6b

Please sign in to comment.