Update kopalstuff.js
This commit is contained in:
parent
df94f0bf43
commit
007aeae7a4
|
|
@ -1,10 +1,10 @@
|
||||||
elements.lemon = {
|
elements.lemon = {
|
||||||
color: "#fcc603",
|
color: "#fcc603",
|
||||||
behavior: behaviors.POWDER,
|
behavior: behaviors.POWDER,
|
||||||
category: "first",
|
category: "first",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
breakInto: "Juice",
|
breakInto: "Juice",
|
||||||
reactions = {
|
reactions = {
|
||||||
"sugar": { elem1: null, elem2: "candy" }
|
"sugar": { elem1: null, elem2: "candy" }
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue