Skip to content

Commit

Permalink
Adds drask cyrillic accent (#1179)
Browse files Browse the repository at this point in the history
## Что этот PR делает

Теперь автоакцент драсков работает с кириллицей

## Тестирование

Поооогоооовооорил на драске

## Changelog

:cl:
tweak: Теперь у драсков работает автоакцент
/:cl:

---------

Co-authored-by: HelmsDeepState <denisovicivan29gmail.com>
  • Loading branch information
HelmsDeepState authored May 17, 2024
1 parent 97464c5 commit 34e9f63
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modular_ss220/emotes/code/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@
"разваливается на множество нимф!")

/datum/species/drask
autohiss_basic_map = list(
"o" = list("oo", "ooo"),
"u" = list("uu", "uuu"),
"о" = list("оо", "ооо"),
"у" = list("уу", "ууу")
)
autohiss_extra_map = list(
"m" = list("mm", "mmm"),
"м" = list("мм", "ммм")
)
autohiss_exempt = list("Orluum")
suicide_messages = list(
"трёт себя до возгорания!",
"давит пальцами на свои большие глаза!",
Expand Down

0 comments on commit 34e9f63

Please sign in to comment.