From 5d0aa991d6b167dc3d5138f39f91ca215e280b4e Mon Sep 17 00:00:00 2001 From: KoJIT Date: Sat, 21 Oct 2023 22:53:44 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/modules/mob/new_player/new_player.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 7d20898597ad..4139f93b10b1 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -55,11 +55,11 @@ var/real_name = client.prefs.active_character.real_name if(client.prefs.toggles2 & PREFTOGGLE_2_RANDOMSLOT) real_name = "Random Character Slot" - var/output = "

Найтройка персонажа
[real_name]

" + var/output = "

Настройка персонажа
[real_name]

" if(!SSticker || SSticker.current_state <= GAME_STATE_PREGAME) if(!ready) output += "

Declare Ready

" - else output += "

You are ready (Cancel)

" + else output += "

Вы готовы (Отмена)

" else output += "

Просмотр списка экипажа

" output += "

Присоединиться к игре!

" @@ -71,7 +71,7 @@ output += "
You are [client.skip_antag ? "ineligible" : "eligible"] for all antag roles.

" if(!SSticker || SSticker.current_state == GAME_STATE_STARTUP) - output += "

Observe (Please wait...)

" + output += "

Наблюдать (Ожидайте...)

" else output += "

Наблюдать

"