diff --git a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl index ae04ad55133..61b331636da 100644 --- a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl +++ b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl @@ -1,2 +1,3 @@ job-description-magistrat = Вы само правосудие станции, ваша задача судить всех крупных нарушителей порядка. -job-description-centcomop = Не одобряйте эвакуацию. Не одобряйте ОБР. Делите зарплату экипажа станций на 0. +job-description-centcomof = Не одобряйте эвакуацию. Не одобряйте ОБР. Делите зарплату экипажа станций на 0. +job-description-centcomfo = Коммандование станции возамнило себя главными? Прилетите на станцию и используя дубинку объясните им как не надо. diff --git a/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl b/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl index fdadb30045d..1d44b7cf906 100644 --- a/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl +++ b/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl @@ -1,5 +1,6 @@ job-name-magistrat = магистрат -job-name-centcomop = оператор Центком +job-name-centcomof = офицер ЦентКом +job-name-centcomfo = полевой офицер ЦентКом JobCentCommOfficial = представитель Центком JobMagistrat = магистрат diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_field_officer.yml similarity index 78% rename from Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml rename to Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_field_officer.yml index 9493010dac5..60d9a40fc9e 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_field_officer.yml @@ -1,15 +1,15 @@ - type: job - id: CentCommOfficial - name: job-name-centcomoff - description: job-description-centcomoff - playTimeTracker: JobCentCommOfficial + id: CentCommFieldOfficer + name: job-name-centcomfo + description: job-description-centcomfo + playTimeTracker: JobCentCommFieldOfficer requirements: - !type:DepartmentTimeRequirement department: Command time: 180000 #50 hrs weight: 30 setPreference: true - startingGear: CentCommOfficialGear + startingGear: CentCommFieldOfficerGear icon: "JobIconNanotrasen" supervisors: job-supervisors-centcom radioBold: true @@ -23,7 +23,7 @@ - Vox - type: startingGear - id: CentCommOfficialGear + id: CentCommFieldOfficerGear equipment: jumpsuit: ClothingUniformJumpsuitCentcomOfficial shoes: ClothingShoesBootsCombatFilled diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_operator.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_officer.yml similarity index 80% rename from Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_operator.yml rename to Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_officer.yml index b1c6f017051..c7806128090 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_operator.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_officer.yml @@ -1,15 +1,15 @@ - type: job - id: CentCommOperator - name: job-name-centcomop - description: job-description-centcomop - playTimeTracker: JobCentCommOperator + id: CentComOfficer + name: job-name-centcomof + description: job-description-centcomof + playTimeTracker: JobCentComOfficer requirements: - !type:DepartmentTimeRequirement department: Command time: 180000 #50 hrs weight: 30 setPreference: true - startingGear: CentCommOperatorGear + startingGear: CentComOfficerGear icon: "JobIconNanotrasen" supervisors: job-supervisors-centcom radioBold: true @@ -23,7 +23,7 @@ - Vox - type: startingGear - id: CentCommOperatorGear + id: CentCommOfficerGear equipment: jumpsuit: ClothingUniformJumpsuitCentcomAdmiral shoes: ClothingShoesBootsJack diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml index 0933e3bd062..e41fc914edc 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml @@ -15,5 +15,5 @@ weight: 120 roles: - CentCommOfficial - - CentCommOperator + - CentComOfficer primary: false diff --git a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml index 40921a7062a..57b2ac293ba 100644 --- a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml @@ -8,7 +8,7 @@ id: JobBrigmedic - type: playTimeTracker - id: JobCentCommOperator + id: JobCentComOfficer - type: playTimeTracker id: JobCentCommOfficial