]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Backend vault-freezer cleanup (#41097)
authorHitlinemoss <209321380+Hitlinemoss@users.noreply.github.com>
Sat, 25 Oct 2025 07:15:03 +0000 (03:15 -0400)
committerGitHub <noreply@github.com>
Sat, 25 Oct 2025 07:15:03 +0000 (07:15 +0000)
Resources/Prototypes/Catalog/Fills/Lockers/heads.yml

index c1a16da55e644faf29fb957d41071245b88ae8f7..27ddea1b11b375f93ec8b8358f7a1084f8c25f0e 100644 (file)
         - !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