-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds drask cyrillic accent #1179
Adds drask cyrillic accent #1179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему не закинул акцент туда же где и Киданы например, зачем переносить в отдельную папку?
Потому что та папка называется emotes, а эта species |
Я не понимаю зачем все перемещать в отдельный файл, если это так или иначе связано с эмоцией |
This reverts commit 6ee6186.
Потому что там в datum species куча барахла, не связанного с эмоцией. Энивей, этот тред стал слишком велик для семи строчек, поэтому я положил всё на место |
modular_ss220/emotes/code/species.dm
Outdated
autohiss_basic_map = list( | ||
"o" = list ("oo", "ooo"), | ||
"u" = list ("uu", "uuu"), | ||
"о" = list ("оо", "ооо"), | ||
"у" = list ("уу", "ууу") | ||
) | ||
autohiss_extra_map = list( | ||
"m" = list ("mm", "mmm"), | ||
"м" = list ("мм", "ммм") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А че, одинаковые буквы вроде
autohiss_basic_map = list( | |
"o" = list ("oo", "ooo"), | |
"u" = list ("uu", "uuu"), | |
"о" = list ("оо", "ооо"), | |
"у" = list ("уу", "ууу") | |
) | |
autohiss_extra_map = list( | |
"m" = list ("mm", "mmm"), | |
"м" = list ("мм", "ммм") | |
autohiss_basic_map = list( | |
"o" = list("oo", "ooo"), | |
"u" = list("uu", "uuu"), | |
"о" = list("оо", "ооо"), | |
"у" = list("уу", "ууу") | |
) | |
autohiss_extra_map = list( | |
"m" = list("mm", "mmm"), | |
"м" = list("мм", "ммм") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А че, одинаковые буквы вроде
Suggested change
autohiss_basic_map = list( "o" = list ("oo", "ooo"), "u" = list ("uu", "uuu"), "о" = list ("оо", "ооо"), "у" = list ("уу", "ууу") ) autohiss_extra_map = list( "m" = list ("mm", "mmm"), "м" = list ("мм", "ммм") autohiss_basic_map = list( "o" = list("oo", "ooo"), "u" = list("uu", "uuu"), "о" = list("оо", "ооо"), "у" = list("уу", "ууу"), "m" = list("mm", "mmm"), "м" = list("мм", "ммм")
Какие одинаковые буквы? Autohiss extra работает если поставить полный акцент, а Autohiss basic, если средний
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ага, вижу, я на примеры смотрел. Тогда пробелы только
This pull request seems to be stale as there have been no changes in 14 days, please make changes within 7 days or the PR will be closed. If you believe this is a mistake, please inform a development team member on Discord. |
Что этот PR делает
Теперь автоакцент драсков работает с кириллицей
Тестирование
Поооогоооовооорил на драске
Changelog
🆑
tweak: Теперь у драсков работает автоакцент
/:cl: