Skip to content

Commit

Permalink
If the user uses the Russian layout, then saymode is set correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukurua committed Dec 25, 2024
1 parent 60196ab commit 6f9b9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
var/static/list/one_character_prefix = list(MODE_HEADSET = TRUE, MODE_ROBOT = TRUE, MODE_WHISPER = TRUE, MODE_SING = TRUE)


var/datum/saymode/saymode = get_saymode(message, talk_key)
var/datum/saymode/saymode = get_saymode(message, lowertext(convert_ru_key_to_en_key(talk_key)))
var/message_mode = get_message_mode(message)
var/original_message = message
var/in_critical = InCritical()
Expand Down

0 comments on commit 6f9b9a3

Please sign in to comment.