diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 25bc1931d9fd..bc2317e7e168 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -54,36 +54,36 @@ set waitfor = FALSE var/real_name = client.prefs.active_character.real_name if(client.prefs.toggles2 & PREFTOGGLE_2_RANDOMSLOT) - real_name = "Random Character Slot" - var/output = "
Setup Character
[real_name]
Настройка персонажа
[real_name]
You are ready (Cancel)
" + if(!ready) output += "" + else output += "Вы готовы (Отмена)
" else - output += "" - output += "" + output += "" + output += "" var/list/antags = client.prefs.be_special if(antags && antags.len) - if(!client.skip_antag) output += "Global Antag Candidacy" + if(!client.skip_antag) output += "
Глобальная настройка антагов" else output += "
Global Antag Candidacy"
- output += "
You are [client.skip_antag ? "ineligible" : "eligible"] for all antag roles.
Observe (Please wait...)
" + output += "Наблюдать (Ожидайте...)
" else - output += "" + output += "" if(GLOB.join_tos) - output += "" + output += "" if(length(GLOB.configuration.system.region_map)) output += "" output += "