From da90ce2e656d09fffef184d7cf3c2450514bcabf Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:19:47 -0800 Subject: [PATCH] Remove the Captain (#72) # Changelog :cl: - remove: Removed the Captain --- Resources/Prototypes/Maps/debug.yml | 7 +++++-- Resources/Prototypes/Roles/Jobs/Command/captain.yml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) 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