diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 9fa5e17cc3..b42604da00 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -90,6 +90,7 @@ - SeniorOfficer - Detective - Warden + - LPPSecurityEnginer - PrisonGuard # Nyanotrasen - PrisonGuard, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Security/prisonguard.yml - Brigmedic # DeltaV - Brigmedic, see Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml diff --git a/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/backpack.yml b/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/backpack.yml index 850ea5153d..3675f64140 100644 --- a/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/backpack.yml +++ b/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/backpack.yml @@ -1,3 +1,12 @@ +- type: entity + parent: LPPClothingBackpackBlueshield + id: LPPClothingBackpackBlueshieldFilled + components: + - type: StorageFill + contents: + - id: Flash + - id: LPPClothingOuterHardsuitBlueshield + - type: entity parent: ClothingBackpackERTLeader id: LPPClothingBackpackIIC diff --git a/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/duffel.yml index b1be5a5266..cf97d072be 100644 --- a/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/duffel.yml @@ -7,6 +7,15 @@ - type: Sprite sprite: _LostParadise/Clothing/Back/Duffels/hop.rsi +- type: entity + parent: LPPClothingBackpackDuffelBlueshield + id: LPPClothingBackpackDuffelBlueshieldFilled + components: + - type: StorageFill + contents: + - id: Flash + - id: LPPClothingOuterHardsuitBlueshield + - type: entity parent: ClothingBackpackDuffel id: LPPClothingBackpackDuffelSecurityEngineer diff --git a/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/satchel.yml index c87413bcd4..c6a521cd98 100644 --- a/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/_LostParadise/Entities/Clothing/Back/satchel.yml @@ -47,3 +47,12 @@ components: - type: Sprite sprite: _LostParadise/Clothing/Back/Satchels/expeditor.rsi + +- type: entity + parent: LPPClothingBackpackSatchelBlueshield + id: LPPClothingBackpackSatchelBlueshieldFilled + components: + - type: StorageFill + contents: + - id: Flash + - id: LPPClothingOuterHardsuitBlueshield diff --git a/Resources/Prototypes/_LostParadise/Roles/Jobs/CentCom/blueshieldoficer.yml b/Resources/Prototypes/_LostParadise/Roles/Jobs/CentCom/blueshieldoficer.yml index 4141f94ce9..d7aeafcc2a 100644 --- a/Resources/Prototypes/_LostParadise/Roles/Jobs/CentCom/blueshieldoficer.yml +++ b/Resources/Prototypes/_LostParadise/Roles/Jobs/CentCom/blueshieldoficer.yml @@ -31,6 +31,8 @@ equipment: jumpsuit: LPPClothingUniformJumpsuitBlueshield head: LPPClothingHeadHatBeretBlueshield + back: LPPClothingBackpackBlueshieldFilled + shoes: ClothingShoesBootsCombatFilled eyes: LPPBlueHudGlasses gloves: ClothingHandsGlovesCombat outerClothing: LPPClothingOuterArmorBlueshield @@ -43,6 +45,8 @@ underwear: LPPBoxer underwear: LPPBriefs breast: LPPBraAltWhite + satchel: LPPClothingBackpackSatchelBlueshieldFilled + duffelbag: LPPClothingBackpackDuffelBlueshieldFilled storage: back: - Flash diff --git a/Resources/Prototypes/_LostParadise/Roles/Jobs/Command/adjutant.yml b/Resources/Prototypes/_LostParadise/Roles/Jobs/Command/adjutant.yml index 253b43b54d..410b5106b0 100644 --- a/Resources/Prototypes/_LostParadise/Roles/Jobs/Command/adjutant.yml +++ b/Resources/Prototypes/_LostParadise/Roles/Jobs/Command/adjutant.yml @@ -45,9 +45,15 @@ - type: startingGear id: AdjutantGear equipment: + jumpsuit: ClothingUniformJumpsuitAdjutant + back: ClothingBackpackHOPFilled + shoes: ClothingShoesColorBlack id: LPPAdjutantPDA ears: ClothingHeadsetCommand - socks: LPPClothingUnderSocksNorm - underwear: LPPBoxer - underwear: LPPBriefs - breast: LPPBraAltWhite + socks: LPPClothingUnderSocksNormBlue + underwear: LPPBoxerBlue + underwear: LPPBriefsBlue + breast: LPPBraAltBlue + innerClothingSkirt: ClothingUniformJumpskirtAdjutant + satchel: ClothingBackpackSatchelHOPFilled + duffelbag: ClothingBackpackDuffelHOPFilled