Skip to content

Commit

Permalink
full dep names for officers
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 11, 2024
1 parent 66449a2 commit bd69d6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/__DEFINES/bandastation/bandastation.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Keep this in sync with JOBS_RU from tgui\packages\tgui\interfaces\PreferencesMenu\JobsPage.tsx
// Keep this in sync with JOBS_RU from tgui\packages\tgui\bandastation\ru_jobs.tsx
//No department
#define JOB_ASSISTANT_RU "Гражданский"
#define JOB_PRISONER_RU "Заключенный"
Expand All @@ -20,10 +20,10 @@
#define JOB_WARDEN_RU "Смотритель"
#define JOB_DETECTIVE_RU "Детектив"
#define JOB_SECURITY_OFFICER_RU "Офицер"
#define JOB_SECURITY_OFFICER_MEDICAL_RU "Офицер (Медицинский)"
#define JOB_SECURITY_OFFICER_ENGINEERING_RU "Офицер (Инженерный)"
#define JOB_SECURITY_OFFICER_SCIENCE_RU "Офицер (Исследований)"
#define JOB_SECURITY_OFFICER_SUPPLY_RU "Офицер (Снабжения)"
#define JOB_SECURITY_OFFICER_MEDICAL_RU "Офицер (Медицинский отдел)"
#define JOB_SECURITY_OFFICER_ENGINEERING_RU "Офицер (Инженерный отдел)"
#define JOB_SECURITY_OFFICER_SCIENCE_RU "Офицер (Отдел исследований)"
#define JOB_SECURITY_OFFICER_SUPPLY_RU "Офицер (Отдел снабжения)"
//Engineering
#define JOB_STATION_ENGINEER_RU "Станционный инженер"
#define JOB_ATMOSPHERIC_TECHNICIAN_RU "Атмосферный техник"
Expand Down

0 comments on commit bd69d6c

Please sign in to comment.