Don't apply discount to reinforced glass (#40839)
* commit * arby --------- Co-authored-by: iaada <iaada@users.noreply.github.com>
This commit is contained in:
parent
c500fd7531
commit
b1fa06d6b0
2 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public sealed class MaterialArbitrageTest
|
|||
[
|
||||
"BaseChemistryEmptyVial", "DrinkShotGlass", "SodiumLightTube", "DrinkGlassCoupeShaped",
|
||||
"LedLightBulb", "ExteriorLightTube", "LightTube", "DrinkGlass", "DimLightBulb", "LightBulb", "LedLightTube",
|
||||
"SheetRGlass1", "ChemistryEmptyBottle01", "WarmLightBulb",
|
||||
"ChemistryEmptyBottle01", "WarmLightBulb",
|
||||
];
|
||||
|
||||
private readonly HashSet<string> _compositionArbitrageIgnore =
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
- type: latheRecipe
|
||||
id: SheetRGlass
|
||||
result: SheetRGlass1
|
||||
applyMaterialDiscount: false # obvious dupe capabilities
|
||||
completetime: 0
|
||||
materials:
|
||||
Glass: 100
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue