Skip to content

Commit

Permalink
gives vulpkanin a custom speechverb (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof authored Oct 24, 2023
1 parent 3121daa commit 26c60eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Resources/Locale/en-US/deltav/chat/managers/chat_manager.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
chat-speech-verb-vulpkanin-1 = rawrs
chat-speech-verb-vulpkanin-2 = barks
chat-speech-verb-vulpkanin-3 = rurs
chat-speech-verb-vulpkanin-4 = yaps
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- type: HumanoidAppearance
species: Vulpkanin
- type: Hunger
- type: Carriable # Carrying system from nyanotrasen.
- type: Carriable # Carrying system from nyanotrasen.
- type: Thirst
- type: Icon
sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi
Expand All @@ -18,6 +18,7 @@
requiredLegs: 2
- type: Speech
speechSounds: Vulpkanin
speechVerb: Vulpkanin
- type: Sprite
netsync: false
noRot: true
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/DeltaV/Voice/speech_verbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: speechVerb
id: Vulpkanin
speechVerbStrings:
- chat-speech-verb-vulpkanin-1
- chat-speech-verb-vulpkanin-2
- chat-speech-verb-vulpkanin-3
- chat-speech-verb-vulpkanin-4

0 comments on commit 26c60eb

Please sign in to comment.