Skip to content

Commit

Permalink
Merge pull request #88 from Evgencheg/master
Browse files Browse the repository at this point in the history
фикс одежды
  • Loading branch information
Evgencheg authored Sep 8, 2024
2 parents 13f02e6 + 634d660 commit 656e4ce
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
- type: entity
parent: LPPClothingBackpackBlueshield
id: LPPClothingBackpackBlueshieldFilled
components:
- type: StorageFill
contents:
- id: Flash
- id: LPPClothingOuterHardsuitBlueshield

- type: entity
parent: ClothingBackpackERTLeader
id: LPPClothingBackpackIIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
equipment:
jumpsuit: LPPClothingUniformJumpsuitBlueshield
head: LPPClothingHeadHatBeretBlueshield
back: LPPClothingBackpackBlueshieldFilled
shoes: ClothingShoesBootsCombatFilled
eyes: LPPBlueHudGlasses
gloves: ClothingHandsGlovesCombat
outerClothing: LPPClothingOuterArmorBlueshield
Expand All @@ -43,6 +45,8 @@
underwear: LPPBoxer
underwear: LPPBriefs
breast: LPPBraAltWhite
satchel: LPPClothingBackpackSatchelBlueshieldFilled
duffelbag: LPPClothingBackpackDuffelBlueshieldFilled
storage:
back:
- Flash
Expand Down
14 changes: 10 additions & 4 deletions Resources/Prototypes/_LostParadise/Roles/Jobs/Command/adjutant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 656e4ce

Please sign in to comment.