Attempt to fix lye order limits

develop
Janeene Beeforth 2023-01-22 17:02:56 +11:00
parent e89d974b7b
commit 3f9f4fe243
1 changed files with 15 additions and 6 deletions

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