diff --git a/Resources/Prototypes/Maps/debug.yml b/Resources/Prototypes/Maps/debug.yml index 2f475c1e57..e6ac6d80e6 100644 --- a/Resources/Prototypes/Maps/debug.yml +++ b/Resources/Prototypes/Maps/debug.yml @@ -28,9 +28,12 @@ mapNameTemplate: "Dev" - type: StationJobs overflowJobs: - - Captain + # Parkstation-Oligarchy-Start + - Passenger availableJobs: - Captain: [ -1, -1 ] + Captain: [ 0, -1 ] + Passenger: [ -1, -1 ] + # Parkstation-Oligarchy-End - type: gameMap id: TestTeg diff --git a/Resources/Prototypes/Roles/Jobs/Command/captain.yml b/Resources/Prototypes/Roles/Jobs/Command/captain.yml index 929dd05c89..47cccda255 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/captain.yml @@ -26,6 +26,7 @@ startingGear: CaptainGear icon: "JobIconCaptain" requireAdminNotify: true + setPreference: false # Parkstation-Oligarchy joinNotifyCrew: true supervisors: job-supervisors-centcom canBeAntag: false