Skip to content

Commit

Permalink
allow non-radio prefixes to work with cyrillic
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 30, 2024
1 parent 906bd40 commit 9aaba4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions modular_bandastation/translations/_translations.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "code/moustache.dm"
#include "code/pronouns.dm"
#include "code/restaurant_customer.dm"
#include "code/saymode.dm"
#include "code/translate_attack_verb.dm"
#include "code/translate_eat_verb.dm"
#include "code/translate_say.dm"
Expand Down
14 changes: 14 additions & 0 deletions modular_bandastation/translations/code/saymode.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/datum/saymode/changeling/russian
key = "п"

/datum/saymode/xeno/russian
key = "ф"

/datum/saymode/vocalcords/russian
key = "ч"

/datum/saymode/binary/russian
key = "и"

/datum/saymode/holopad/russian
key = "р"

0 comments on commit 9aaba4a

Please sign in to comment.