Skip to content

Commit

Permalink
Little pilot qol + fix corvax role descs
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Jun 3, 2024
1 parent e3916e1 commit 2d58a51
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/corvax/job/job-description.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
job-description-iaa = Занимайтесь защитой прав экипажа и следите за соблюдением СРП.
job-description-pilot = Следите за безопасностью не только на станции, но и снаружи неё. Эта должность доступна на станциях Astra, Avrite, Split, Ishimura и Pilgrim.
3 changes: 2 additions & 1 deletion Resources/Locale/ru-RU/corvax/job/job-names.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
job-name-iaa = агент внутренних дел
JobIAA = агент внутренних дел
job-name-pilot = пилот
JobIAA = агент внутренних дел
JobPilot = пилот
1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- type: job
id: IAA
name: job-name-iaa
description: job-description-iaa
playTimeTracker: JobIAA
requirements:
- !type:DepartmentTimeRequirement
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- type: job
id: Pilot
name: job-name-pilot
description: job-description-pilot
playTimeTracker: JobPilot
requirements:
- !type:DepartmentTimeRequirement
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@
- Reporter
- Zookeeper
- Psychologist
- Pilot # Corvax-Pilot
primary: false

0 comments on commit 2d58a51

Please sign in to comment.