Skip to content

Commit

Permalink
fix IPC emote name
Browse files Browse the repository at this point in the history
  • Loading branch information
nixsilvam404 committed Aug 3, 2024
1 parent 3807c0f commit 3d50275
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/ADT/Voice/emotes.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# IPC
chat-emote-name-synth-yes = утвердительно пискнуть
chat-emote-name-synth-no = отрицательно пискнуть
chat-emote-name-sigh-buzz = раздражённо жужжать
3 changes: 3 additions & 0 deletions Resources/Prototypes/ADT/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
# IPC
- type: emote
id: SynthYes
name: chat-emote-name-synth-yes
category: Vocal
chatMessages: [утвердительно пищит]
chatTriggers:
Expand All @@ -185,6 +186,7 @@

- type: emote
id: SynthNo
name: chat-emote-name-synth-no
category: Vocal
chatMessages: [отрицательно пищит]
chatTriggers:
Expand All @@ -199,6 +201,7 @@

- type: emote
id: SighBuzz
name: chat-emote-name-sigh-buzz
category: Vocal
chatMessages: [раздражённо жужжит]
chatTriggers:
Expand Down

0 comments on commit 3d50275

Please sign in to comment.