From 39aada2018da32df380d66147347a731042667b2 Mon Sep 17 00:00:00 2001 From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Sat, 25 Oct 2025 03:15:03 -0400 Subject: [PATCH] Backend vault-freezer cleanup (#41097) --- .../Catalog/Fills/Lockers/heads.yml | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index c1a16da55e..27ddea1b11 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -365,17 +365,24 @@ - !type:NestedSelector tableId: FillHeadOfSecurityHardsuit +- type: entityTable + id: LockerFillVault + table: !type:AllSelector + children: + - id: WeaponRevolverDeckard + - id: JetpackBlue + - id: SpaceCash1000 + - id: BeachBall + - id: BikeHorn + - type: entity id: LockerFreezerVaultFilled - suffix: Vault, Locked + suffix: Vault, Filled parent: LockerFreezerBase components: - type: AccessReader access: [ [ "Command" ] ] - - type: StorageFill - contents: - - id: WeaponRevolverDeckard - - id: JetpackBlue - - id: SpaceCash1000 - - id: BeachBall - - id: BikeHorn + - type: EntityTableContainerFill + containers: + entity_storage: !type:NestedSelector + tableId: LockerFillVault -- 2.52.0