diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/science.yml b/Resources/Prototypes/Catalog/Fills/Lockers/science.yml index 702b9653ff..588670441a 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/science.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/science.yml @@ -20,18 +20,5 @@ - id: NodeScanner - id: NetworkConfigurator prob: 0.5 - # DeltaV Changes begin - - id: AnomalyLocator - - id: Wrench - - id: ClothingBeltUtility - - id: PowerCellPotato - prob: 0.2 - - id: PowerCellSmall - prob: 0.3 - - id: PersonalAI - prob: 0.1 - - id: ClothingHeadTinfoil - prob: 0.2 - - id: LunchboxEpistemicsFilledRandom # Delta-V Lunchboxes! - prob: 0.3 - # DeltaV Changes end + - !type:NestedSelector # DeltaV - toolbelt, wrench, anom locator, and random trinkets + tableId: LockerFillScientistDV diff --git a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml index bc77f84d82..07132359ee 100644 --- a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml @@ -37,3 +37,21 @@ - id: ClothingOuterHardsuitEVAScience - id: ClothingHeadHelmetEVAScience - id: AirTankFilled + +- type: entityTable + id: LockerFillScientistDV + table: !type:AllSelector + children: + - id: AnomalyLocator + - id: Wrench + - id: ClothingBeltUtility + - id: PowerCellPotato + prob: 0.2 + - id: PowerCellSmall + prob: 0.3 + - id: PersonalAI + prob: 0.1 + - id: ClothingHeadTinfoil + prob: 0.2 + - id: LunchboxEpistemicsFilledRandom + prob: 0.3