Skip to content

Commit

Permalink
Update SIERRA-EDIT tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene authored Nov 16, 2023
1 parent 41ed501 commit 7b36f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/culture_descriptor/culture/cultures_serpentid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
LAZYADD(job_titles, initial(job.title))
if(!LAZYLEN(job_titles))
LAZYADD(job_titles, "none")
// [SIERRA-EDIT] - EXPANDED_CULTURE_DESCRIPTOR - Перевод здесь, потому что переопределение в мастер файлах ломает hidden_valid_jobs. Увы.
// [SIERRA-EDIT] - EXPANDED_CULTURE_DESCRIPTOR - Перевод здесь, потому что переопределение в мастер файлах ломает hidden_valid_jobs. Увы.
// description = "You have been trained by Xynergy to [name]. This makes you suitable for the following roles: [english_list(job_titles)]." // SIERRA-EDIT - ORIGINAL
var/grade = copytext("[name]",7)
description = "Вы были обучены корпорацией Xynergy в соответствии с классом [grade] и пригодны для исполнения обязанностей следующих категорий: [english_list(job_titles)]."
// [SIERRA-EDIT]
// [SIERRA-EDIT]

// Set up our qualifications.
LAZYADD(qualifications, "<b>[name]</b>")
Expand Down

0 comments on commit 7b36f80

Please sign in to comment.