Return Detective to Security (#25986)

* Revert "detective patch (#24739)"

This reverts commit 8ef69ff2e1.

* Revert "Detectives gain independency (#23114)"

This reverts commit 807f5facbb.
This commit is contained in:
LankLTE
2024-03-10 20:33:08 -07:00
committed by GitHub
parent 1885ad32e0
commit 88d424e877
9 changed files with 61 additions and 54 deletions

View File

@@ -16,7 +16,7 @@ job-description-chemist = Produce medicinal drugs for the doctors to use, resear
job-description-clown = Entertain the crew through elaborate slapstick routines or terrible jokes. job-description-clown = Entertain the crew through elaborate slapstick routines or terrible jokes.
job-description-cmo = Manage the resources and personnel of the medical department to keep the crew alive. job-description-cmo = Manage the resources and personnel of the medical department to keep the crew alive.
job-description-paramedic = Rescue critically injured patients all over the station, sometimes outside too. Stablize them, give them a ride to medbay, and get back out there! job-description-paramedic = Rescue critically injured patients all over the station, sometimes outside too. Stablize them, give them a ride to medbay, and get back out there!
job-description-detective = Answer requests for help, investigate crime scenes using forensic tools, and have a couple smokes. job-description-detective = Investigate crime scenes using forensic tools, ensure that the guilty party is found, and have a couple smokes.
job-description-doctor = Diagnose and heal crewmembers through medicinal chemicals, advanced medicine, and defibrillators. Make sure the dead don't rot, and that cadavers are in the morgue. job-description-doctor = Diagnose and heal crewmembers through medicinal chemicals, advanced medicine, and defibrillators. Make sure the dead don't rot, and that cadavers are in the morgue.
job-description-engineer = Keep the station's main engine & solars active, optimize the power network, and make emergency repairs using your hardsuit in spaced areas. job-description-engineer = Keep the station's main engine & solars active, optimize the power network, and make emergency repairs using your hardsuit in spaced areas.
job-description-ertengineer = Ensure that the station has power and clean air. job-description-ertengineer = Ensure that the station has power and clean air.

View File

@@ -31,12 +31,13 @@
- type: entity - type: entity
noSpawn: true noSpawn: true
parent: ClothingBackpack parent: ClothingBackpackSecurity
id: ClothingBackpackFilledDetective id: ClothingBackpackSecurityFilledDetective
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: BoxSurvival - id: BoxSurvivalSecurity
- id: Flash
- id: ForensicPad - id: ForensicPad
- id: ForensicScanner - id: ForensicScanner

View File

@@ -30,12 +30,13 @@
- type: entity - type: entity
noSpawn: true noSpawn: true
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffelSecurity
id: ClothingBackpackDuffelFilledDetective id: ClothingBackpackDuffelSecurityFilledDetective
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: BoxSurvival - id: BoxSurvivalSecurity
- id: Flash
- id: ForensicPad - id: ForensicPad
- id: ForensicScanner - id: ForensicScanner

View File

@@ -44,12 +44,13 @@
- type: entity - type: entity
noSpawn: true noSpawn: true
parent: ClothingBackpackSatchel parent: ClothingBackpackSatchelSecurity
id: ClothingBackpackSatchelFilledDetective id: ClothingBackpackSatchelSecurityFilledDetective
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: BoxSurvival - id: BoxSurvivalSecurity
- id: Flash
- id: ForensicPad - id: ForensicPad
- id: ForensicScanner - id: ForensicScanner

View File

@@ -6,34 +6,33 @@
requirements: requirements:
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Security department: Security
time: 36000 # 10 hours time: 54000 # 15 hours
- !type:DepartmentTimeRequirement
department: Civilian
time: 18000 # 5 hours
startingGear: DetectiveGear startingGear: DetectiveGear
icon: "JobIconDetective" icon: "JobIconDetective"
supervisors: job-supervisors-hop supervisors: job-supervisors-hos
canBeAntag: true canBeAntag: false
access: access:
- Security
- Brig - Brig
- Maintenance - Maintenance
- Service - Service
- Detective - Detective
extendedAccess: special:
- Security - !type:AddImplantSpecial
implants: [ MindShieldImplant ]
- type: startingGear - type: startingGear
id: DetectiveGear id: DetectiveGear
equipment: equipment:
jumpsuit: ClothingUniformJumpsuitDetective jumpsuit: ClothingUniformJumpsuitDetective
outerClothing: ClothingOuterVestDetective back: ClothingBackpackSecurityFilledDetective
back: ClothingBackpackFilledDetective shoes: ClothingShoesBootsCombatFilled
shoes: ClothingShoesBootsJack
eyes: ClothingEyesGlassesSunglasses eyes: ClothingEyesGlassesSunglasses
head: ClothingHeadHatFedoraBrown head: ClothingHeadHatFedoraBrown
outerClothing: ClothingOuterVestDetective
id: DetectivePDA id: DetectivePDA
ears: ClothingHeadsetSecurity ears: ClothingHeadsetSecurity
belt: ClothingBeltHolsterFilled belt: ClothingBeltHolsterFilled
innerClothingSkirt: ClothingUniformJumpskirtDetective innerClothingSkirt: ClothingUniformJumpskirtDetective
satchel: ClothingBackpackSatchelFilledDetective satchel: ClothingBackpackSatchelSecurityFilledDetective
duffelbag: ClothingBackpackDuffelFilledDetective duffelbag: ClothingBackpackDuffelSecurityFilledDetective

View File

@@ -30,7 +30,6 @@
- Reporter - Reporter
- Visitor - Visitor
- Zookeeper - Zookeeper
- Detective
- ServiceWorker - ServiceWorker
- type: department - type: department
@@ -80,6 +79,7 @@
- HeadOfSecurity - HeadOfSecurity
- SecurityCadet - SecurityCadet
- SecurityOfficer - SecurityOfficer
- Detective
- Warden - Warden
- type: department - type: department

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 197 B

View File

@@ -166,10 +166,10 @@ ClothingHeadHelmetVoidParamed: null
# 2024-01-19 # 2024-01-19
DefaultStationBeaconTeslaEngine: null DefaultStationBeaconTeslaEngine: null
#2024-01-27 # 2024-01-27 (Reverted on 2024-03-10)
ClothingBackpackSecurityFilledDetective: ClothingBackpackFilledDetective # ClothingBackpackSecurityFilledDetective: ClothingBackpackFilledDetective
ClothingBackpackDuffelSecurityFilledDetective: ClothingBackpackDuffelFilledDetective # ClothingBackpackDuffelSecurityFilledDetective: ClothingBackpackDuffelFilledDetective
ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDetective # ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDetective
# 2024-01-28 # 2024-01-28
FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza
@@ -236,3 +236,8 @@ AirlockExternalEasyPryLocked: AirlockExternalLocked
AirlockExternalGlassEasyPryLocked: AirlockExternalGlassLocked AirlockExternalGlassEasyPryLocked: AirlockExternalGlassLocked
AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked
AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked
#2024-03-10
ClothingBackpackFilledDetective: ClothingBackpackSecurityFilledDetective
ClothingBackpackDuffelFilledDetective: ClothingBackpackDuffelSecurityFilledDetective
ClothingBackpackSatchelFilledDetective: ClothingBackpackSatchelSecurityFilledDetective