aChefsDream.js fix

This commit is contained in:
slweeb 2025-09-05 18:22:43 -04:00
parent d9df111cc7
commit 1471fc62d4
1 changed files with 1 additions and 1 deletions

View File

@ -2336,7 +2336,7 @@ elements.lemon_juice = {
hidden: true,
tempLow: 0,
reactions: {
"sugar": {elem1:"lemonade", elem2: "null", chance:0.35}
"sugar": {elem1:"lemonade", elem2: null, chance:0.35}
}
};
eLists.JUICEMIXABLE.push("lemon_juice");