Merge pull request #2690 from dawnmist/orders/update-lye-orders

Attempt to fix lye order limits
develop
Myk 2023-01-21 22:23:29 -08:00 committed by GitHub
commit fdc38ab567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 6 deletions

@ -1131,8 +1131,11 @@
},
{
"condition" : "AtMost",
"item_type" : "LIQUID_MISC",
"material" : "LYE",
"contains" :
[
"lye"
],
"reaction_id" : "MAKE_SOAP_FROM_TALLOW",
"value" : 5
}
],
@ -1160,8 +1163,11 @@
},
{
"condition" : "AtLeast",
"item_type" : "LIQUID_MISC",
"material" : "LYE",
"contains" :
[
"lye"
],
"reaction_id" : "MAKE_SOAP_FROM_TALLOW",
"value" : 3
},
{
@ -1194,8 +1200,11 @@
},
{
"condition" : "AtLeast",
"item_type" : "LIQUID_MISC",
"material" : "LYE",
"contains" :
[
"lye"
],
"reaction_id" : "MAKE_SOAP_FROM_OIL",
"value" : 3
},
{