diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 38cc797432..1e0788cccd 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -28,6 +28,18 @@ - id: BoxSurvivalSecurity - id: Flash - id: MagazinePistol + +- type: entity + noSpawn: true + parent: ClothingBackpackSecurity + id: ClothingBackpackSecurityFilledDetective + components: + - type: StorageFill + contents: + - id: BoxSurvivalSecurity + - id: Flash + - id: ForensicPad + - id: ForensicScanner - type: entity noSpawn: true diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index cf2f11a038..355e2a1aff 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -27,6 +27,18 @@ - id: BoxSurvivalSecurity - id: Flash - id: MagazinePistol + +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelSecurity + id: ClothingBackpackDuffelSecurityFilledDetective + components: + - type: StorageFill + contents: + - id: BoxSurvivalSecurity + - id: Flash + - id: ForensicPad + - id: ForensicScanner - type: entity noSpawn: true diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 9e31043cee..e6ef82570d 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -27,6 +27,18 @@ - id: BoxSurvivalSecurity - id: Flash - id: MagazinePistol + +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelSecurity + id: ClothingBackpackSatchelSecurityFilledDetective + components: + - type: StorageFill + contents: + - id: BoxSurvivalSecurity + - id: Flash + - id: ForensicPad + - id: ForensicScanner - type: entity noSpawn: true diff --git a/Resources/Prototypes/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/Catalog/Fills/Items/belt.yml index 0e58bbb166..1886b961c8 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/belt.yml @@ -159,3 +159,14 @@ - id: WeaponWandFireball - id: WeaponWandDeath - id: WeaponWandPolymorphDoor + +- type: entity + id: ClothingBeltHolsterFilled + parent: ClothingBeltHolster + suffix: Filled + components: + - type: StorageFill + contents: + - id: WeaponRevolverInspector + - id: SpeedLoaderMagnum + - id: SpeedLoaderMagnumRubber \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 0ed6cc8219..cc1834ee1e 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -124,9 +124,7 @@ - id: FlashlightSeclite - id: ForensicScanner - id: BoxForensicPad - - id: WeaponRevolverInspector - id: DrinkDetFlask - - id: SpeedLoaderMagnum - id: ClothingHandsGlovesForensic - type: entity diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index a1da692dde..eeee13c566 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -22,16 +22,14 @@ id: DetectiveGear equipment: jumpsuit: ClothingUniformJumpsuitDetective - back: ClothingBackpackSecurityFilled + back: ClothingBackpackSecurityFilledDetective shoes: ClothingShoesBootsCombatFilled eyes: ClothingEyesGlassesSunglasses head: ClothingHeadHatFedoraBrown outerClothing: ClothingOuterVestDetective id: DetectivePDA ears: ClothingHeadsetSecurity - pocket1: ForensicPad - pocket2: ForensicScanner - belt: ClothingBeltHolster - innerclothingskirt: ClothingUniformJumpskirtDetective - satchel: ClothingBackpackSatchelSecurityFilled - duffelbag: ClothingBackpackDuffelSecurityFilled + belt: ClothingBeltHolsterFilled + innerclothingskirt: ClothingUniformJumpskirtDetective + satchel: ClothingBackpackSatchelSecurityFilledDetective + duffelbag: ClothingBackpackDuffelSecurityFilledDetective