Skip to content

Commit

Permalink
Update code/modules/mob/dead/new_player/latejoin_menu.dm
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
larentoun and dj-34 authored Jul 12, 2024
1 parent bbf6fac commit edc468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/new_player/latejoin_menu.dm
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ GLOBAL_DATUM_INIT(latejoin_menu, /datum/latejoin_menu, new)

while(random_job != JOB_CHOICE_YES)
if(dept_data.len <= 0)
tgui_alert(owner, "Похоже, что нет больше доступных для вас случайных профессий!", "О нет!")
tgui_alert(owner, "В данный момент нет доступных для вас случайных профессий!", "О нет!")
return

var/random = pick_n_take(dept_data)
Expand Down

0 comments on commit edc468e

Please sign in to comment.