Skip to content

Commit 39aada2

Browse files
authored
Backend vault-freezer cleanup (space-wizards#41097)
1 parent 59aab96 commit 39aada2

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

  • Resources/Prototypes/Catalog/Fills/Lockers

Resources/Prototypes/Catalog/Fills/Lockers/heads.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -365,17 +365,24 @@
365365
- !type:NestedSelector
366366
tableId: FillHeadOfSecurityHardsuit
367367

368+
- type: entityTable
369+
id: LockerFillVault
370+
table: !type:AllSelector
371+
children:
372+
- id: WeaponRevolverDeckard
373+
- id: JetpackBlue
374+
- id: SpaceCash1000
375+
- id: BeachBall
376+
- id: BikeHorn
377+
368378
- type: entity
369379
id: LockerFreezerVaultFilled
370-
suffix: Vault, Locked
380+
suffix: Vault, Filled
371381
parent: LockerFreezerBase
372382
components:
373383
- type: AccessReader
374384
access: [ [ "Command" ] ]
375-
- type: StorageFill
376-
contents:
377-
- id: WeaponRevolverDeckard
378-
- id: JetpackBlue
379-
- id: SpaceCash1000
380-
- id: BeachBall
381-
- id: BikeHorn
385+
- type: EntityTableContainerFill
386+
containers:
387+
entity_storage: !type:NestedSelector
388+
tableId: LockerFillVault

0 commit comments

Comments
 (0)