Skip to content

Commit

Permalink
Update code/modules/mob/dead/new_player/new_player.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 edc468e commit 3fee765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
if(JOB_UNAVAILABLE_ACCOUNTAGE)
return "Ваш аккаунт недостаточно стар для игры за [job_title_ru(jobtitle)]."
if(JOB_UNAVAILABLE_SLOTFULL)
return "[job_title_ru(jobtitle)] уже заполнена до максимума."
return "Роль [job_title_ru(jobtitle)] уже заполнена до максимума."
if(JOB_UNAVAILABLE_ANTAG_INCOMPAT)
return "[job_title_ru(jobtitle)] несовместим с некоторыми выбранными вами ролями антагонистов."
if(JOB_UNAVAILABLE_AGE)
Expand Down

0 comments on commit 3fee765

Please sign in to comment.