Skip to content

Commit

Permalink
Nuke the suit storage in the wrong spot + add access reader to the ne…
Browse files Browse the repository at this point in the history
…w one.
  • Loading branch information
Radezolid committed Dec 3, 2024
1 parent e91176e commit ee41262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,23 +238,6 @@
- type: AccessReader
access: [["Salvage"]]

# DeltaV - Adding Paramedic Suit Storage Unit
#Paramedic hardsuit
- type: entity
id: SuitStorageParamedic
parent: SuitStorageBase
suffix: Paramedic
components:
- type: StorageFill
contents:
- id: NitrogenTankFilled
- id: OxygenTankFilled
- id: ClothingOuterHardsuitVoidParamed
- id: ClothingHeadHelmetVoidParamed
- id: ClothingMaskBreathMedical
- type: AccessReader
access: [ [ "Paramedic" ] ]

# DeltaV - Adding Corpsman Suit Storage Unit
- type: entity
id: SuitStorageCorpsman
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@
containers:
entity_storage: !type:NestedSelector
tableId: ParamedicSuitStorageFill
- type: AccessReader
access: [["Paramedic"]]

0 comments on commit ee41262

Please sign in to comment.