Skip to content

Commit

Permalink
Fix the linter
Browse files Browse the repository at this point in the history
TODO: Move Filled backpacks out of clothing and into StarterGear folder in CatalogFill
  • Loading branch information
DangerRevolution committed Mar 20, 2024
1 parent 7c0254d commit d263e24
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
- id: BoxSurvival
- id: RubberStampLawyer

- type: entity
noSpawn: true
parent: ClothingBackpackDuffelBrigmedic
id: ClothingBackpackDuffelBrigmedicFilled
components:
- type: StorageFill
contents:
- id: Flash
#- type: entity
# noSpawn: true
# parent: ClothingBackpackDuffelBrigmedic
# id: ClothingBackpackDuffelBrigmedicFilled
# components:
# - type: StorageFill
# contents:
# - id: Flash

- type: entity
noSpawn: true
Expand Down
32 changes: 16 additions & 16 deletions Resources/Prototypes/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@
- type: Sprite
sprite: Clothing/Back/Duffels/brigmedic.rsi

- type: entity
noSpawn: true
parent: ClothingBackpackDuffelBrigmedic
id: ClothingBackpackDuffelBrigmedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalSecurity
- id: EmergencyRollerBedSpawnFolded
- id: BodyBag_Folded
- id: Portafib
# - id: Flash
- id: BruteAutoInjector
amount: 2
- id: BurnAutoInjector
amount: 2
#- type: entity
# noSpawn: true
# parent: ClothingBackpackDuffelBrigmedic
# id: ClothingBackpackDuffelBrigmedicFilled
# components:
# - type: StorageFill
# contents:
# - id: BoxSurvivalSecurity
# - id: EmergencyRollerBedSpawnFolded
# - id: BodyBag_Folded
# - id: Portafib
# # - id: Flash
# - id: BruteAutoInjector
# amount: 2
# - id: BurnAutoInjector
# amount: 2

- type: entity
parent: ClothingBackpackDuffel
Expand Down

0 comments on commit d263e24

Please sign in to comment.