Update lemonade.js

This commit is contained in:
baconthemyth 2024-01-07 11:36:00 -05:00 committed by GitHub
parent 6138bc2b48
commit a93f387a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ category: "liquids",
isFood: true, isFood: true,
state: "solid", state: "solid",
} }
elements.head.reactions["lemonade"] = {elem2: null} elements.head.reactions["lemonade"] = {elem2: null}
elements.head.reactions["lemons"] = {elem2: null} elements.head.reactions["lemons"] = {elem2: null}
elements.head.reactions["lemon_juice"] = {elem2: null} elements.head.reactions["lemon_juice"] = {elem2: null}
elements.head.reactions["false_lemons"] = {elem2: "armageddon"}
elements.lemon_juice = { elements.lemon_juice = {
color: "#FFFF00", color: "#FFFF00",