Adds preference to control multilingual behaviour (#7064)

* Adds preference to control multilingual behaviour
Examine mode preference should persist across reconnections to a single round
Still looking into how to properly get these to go into the savefile

* typos
This commit is contained in:
Atermonera
2020-05-07 20:41:19 -07:00
committed by GitHub
parent 7af7374d37
commit 021f874b12
7 changed files with 68 additions and 13 deletions

View File

@@ -131,6 +131,10 @@ datum/preferences
var/lastnews // Hash of last seen lobby news content.
var/examine_text_mode = 0 // Just examine text, include usage (description_info), switch to examine panel.
var/multilingual_mode = 0 // Default behaviour, delimiter-key-space, delimiter-key-delimiter, off
/datum/preferences/New(client/C)
player_setup = new(src)
set_biological_gender(pick(MALE, FEMALE))