Skip to content

Commit

Permalink
Emote translation fix + screams have sound (#282)
Browse files Browse the repository at this point in the history
## About The Pull Request
Теперь при вызове крика игроком, производится звук крика

## Changelog
:cl:
add: Теперь можно кричать со звуком
/:cl:
  • Loading branch information
larentoun committed May 28, 2024
1 parent ae32077 commit 68a3104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modular_bandastation/emote_panel/code/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@

/datum/emote/living/snore
name = "храпеть"
message = "храпеть."
message = "храпит."
message_mime = "бесшумно храпит."

/datum/emote/living/stare
Expand Down Expand Up @@ -434,6 +434,7 @@
name = "кричать"
message = "кричит!"
message_mime = "изображает крик!"
only_forced_audio = FALSE

/datum/emote/living/carbon/human/scream/screech
name = "визжать"
Expand Down

0 comments on commit 68a3104

Please sign in to comment.