From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Sat, 25 Oct 2025 07:15:03 +0000 (-0400) Subject: Backend vault-freezer cleanup (#41097) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=39aada2018da32df380d66147347a731042667b2;p=space-station-14.git Backend vault-freezer cleanup (#41097) --- 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