Update kopalstuff.js

This commit is contained in:
DaviStudios 2024-02-25 22:42:17 +02:00 committed by GitHub
parent 9f61e8f245
commit 5980f8cc83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ elements.lemon = {
state: "solid",
breakInto: "juice",
reactions: {
"sugar": { elem1: "candy", elem2: null }
"sugar": { elem1: "candy", elem2: "candy" }
},
};