forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
job-name-iaa = агент внутренних дел | ||
JobIAA = агент внутренних дел | ||
job-name-brigmedic = бригмедик | ||
JobBrigmedic = бригмедик | ||
job-name-pilot = пилот СБ | ||
JobPilot = пилот СБ | ||
job-name-roboticist = робототехник | ||
JobRoboticist = робототехник | ||
job-name-virologist = вирусолог | ||
JobVirologist = вирусолог |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Resources/Prototypes/Corvax/Roles/Jobs/Medical/virologist.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
- type: job | ||
id: Virologist | ||
name: job-name-virologist | ||
playTimeTracker: JobVirologist | ||
icon: "JobIconVirologist" | ||
setPreference: false | ||
overrideConsoleVisibility: true | ||
access: | ||
- Medical | ||
- Maintenance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
- type: job | ||
- type: job | ||
id: Roboticist | ||
name: job-name-roboticist | ||
playTimeTracker: JobRoboticist | ||
icon: "JobIconRoboticist" | ||
setPreference: false | ||
overrideConsoleVisibility: true | ||
access: | ||
- Research | ||
- Maintenance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
- type: playTimeTracker | ||
id: JobIAA | ||
|
||
- type: playTimeTracker | ||
id: JobPilot | ||
|
||
- type: playTimeTracker | ||
id: JobIRoboticist | ||
|
||
- type: playTimeTracker | ||
id: JobBrigmedic | ||
|
||
- type: playTimeTracker | ||
id: JobVirologist | ||
|
||
- type: playTimeTracker | ||
id: JobEvent1 | ||
|
||
- type: playTimeTracker | ||
id: JobEvent2 | ||
|
||
- type: playTimeTracker | ||
id: JobEvent3 | ||
|
||
- type: playTimeTracker | ||
id: JobEvent4 | ||
|
||
- type: playTimeTracker | ||
id: JobEvent5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters