diff --git a/Resources/Locale/ru-RU/corvax/job/job-description.ftl b/Resources/Locale/ru-RU/corvax/job/job-description.ftl new file mode 100644 index 00000000000..427eec3df21 --- /dev/null +++ b/Resources/Locale/ru-RU/corvax/job/job-description.ftl @@ -0,0 +1,2 @@ +job-description-iaa = Занимайтесь защитой прав экипажа и следите за соблюдением СРП. +job-description-pilot = Следите за безопасностью не только на станции, но и снаружи неё. Эта должность доступна на станциях Astra, Avrite, Split, Ishimura и Pilgrim. diff --git a/Resources/Locale/ru-RU/corvax/job/job-names.ftl b/Resources/Locale/ru-RU/corvax/job/job-names.ftl index e0fba081bfb..716f37a57f4 100644 --- a/Resources/Locale/ru-RU/corvax/job/job-names.ftl +++ b/Resources/Locale/ru-RU/corvax/job/job-names.ftl @@ -1,4 +1,5 @@ job-name-iaa = агент внутренних дел -JobIAA = агент внутренних дел job-name-pilot = пилот + +JobIAA = агент внутренних дел JobPilot = пилот diff --git a/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml b/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml index 130b28eb062..da6e6a3bee2 100644 --- a/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml +++ b/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml @@ -1,6 +1,7 @@ - type: job id: IAA name: job-name-iaa + description: job-description-iaa playTimeTracker: JobIAA requirements: - !type:DepartmentTimeRequirement diff --git a/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml b/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml index 61a27030c28..07c8aa93f3f 100644 --- a/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml +++ b/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml @@ -1,6 +1,7 @@ - type: job id: Pilot name: job-name-pilot + description: job-description-pilot playTimeTracker: JobPilot requirements: - !type:DepartmentTimeRequirement diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 1ecb17baa20..a9d0e8e7a42 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -103,4 +103,5 @@ - Reporter - Zookeeper - Psychologist + - Pilot # Corvax-Pilot primary: false