Move StorageFills in smartfridge test prototypes to EntityTableContainerFills (#41561)

Move smartfridge test prototypes to EntityTableContainerFills
This commit is contained in:
SnappingOpossum
2025-11-24 07:56:35 +11:00
committed by GitHub
parent 2c68700582
commit f22efef2d3

View File

@@ -17,19 +17,21 @@ public sealed class SmartFridgeInteractionTest : InteractionTest
parent: PillCanister
id: {SampleDumpableAndInsertableId}
components:
- type: StorageFill
contents:
- id: PillCopper
amount: 5
- type: EntityTableContainerFill
containers:
storagebase:
id: PillCopper
amount: 5
- type: entity
parent: ChemBag
id: {SampleDumpableId}
components:
- type: StorageFill
contents:
- id: PillCopper
amount: 5
- type: EntityTableContainerFill
containers:
storagebase:
id: PillCopper
amount: 5
";
[Test]