diff --git a/mods/kopalstuff.js b/mods/kopalstuff.js index 5cfc610b..9c764c7f 100644 --- a/mods/kopalstuff.js +++ b/mods/kopalstuff.js @@ -2,7 +2,7 @@ elements.sweetwater = { color: "#8ae7eb", behavior: behaviors.liquid, category: "liquids", - state: "solid", + state: "liquid", reactions: { "soda": { elem1: null, elem2: "syrup" } }, @@ -12,14 +12,14 @@ elements.syrup = { color: "#d9d2c3", behavior: behaviors.liquid, category: "food", - state: "solid", + state: "liquid", }; elements.orangesoda = { color: "#b8820d", behavior: behaviors.liquid, category: "food", - state: "solid", + state: "liquid", reactions: { "sugar": { elem1: null, elem2: "syrup" } }, @@ -29,7 +29,7 @@ elements.orange = { color: "#eda813", behavior: behaviors.powder, category: "food", - state: "solid", + state: "powder", breakInto: "juice", reactions: { "syrup": { elem1: null, elem2: "orangesoda" }