Update kopalstuff.js
This commit is contained in:
parent
5980f8cc83
commit
fc45e5535c
|
|
@ -5,6 +5,15 @@ elements.lemon = {
|
||||||
state: "solid",
|
state: "solid",
|
||||||
breakInto: "juice",
|
breakInto: "juice",
|
||||||
reactions: {
|
reactions: {
|
||||||
"sugar": { elem1: "candy", elem2: "candy" }
|
"sugar": { elem1: null, elem2: "candypowder" }
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
elements.candypowder = {
|
||||||
|
color: "#cffaf1",
|
||||||
|
behavior: behaviors.POWDER,
|
||||||
|
category: null,
|
||||||
|
state: "solid",
|
||||||
|
};
|
||||||
|
|
||||||
|
elements.candy.breakInto: "candypowder"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue