Remove beaker from the MaterialArbitrageTest whitelist (#36876)
This commit is contained in:
@@ -31,7 +31,7 @@ public sealed class MaterialArbitrageTest
|
|||||||
// These recipes are currently broken and need fixing. You should not be adding to these sets.
|
// These recipes are currently broken and need fixing. You should not be adding to these sets.
|
||||||
private readonly HashSet<string> _destructionArbitrageIgnore =
|
private readonly HashSet<string> _destructionArbitrageIgnore =
|
||||||
[
|
[
|
||||||
"BaseChemistryEmptyVial", "DrinkShotGlass", "Beaker", "SodiumLightTube", "DrinkGlassCoupeShaped",
|
"BaseChemistryEmptyVial", "DrinkShotGlass", "SodiumLightTube", "DrinkGlassCoupeShaped",
|
||||||
"LedLightBulb", "ExteriorLightTube", "LightTube", "DrinkGlass", "DimLightBulb", "LightBulb", "LedLightTube",
|
"LedLightBulb", "ExteriorLightTube", "LightTube", "DrinkGlass", "DimLightBulb", "LightBulb", "LedLightTube",
|
||||||
"SheetRGlass1", "ChemistryEmptyBottle01", "WarmLightBulb",
|
"SheetRGlass1", "ChemistryEmptyBottle01", "WarmLightBulb",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user