diff --git a/mods/bere.js b/mods/bere.js index 3d846c9d..65b58dd8 100644 --- a/mods/bere.js +++ b/mods/bere.js @@ -2,7 +2,7 @@ elements.electron = { color: "#faffa1", behavior: behaviors.GAS, category: "energy", - state: "gas", + state: "solid", reactions: { "ash": { elem1: "acid_gas", elem2: "neutron" } "battery": { elem1: "bomb", elem2: "neutron" } @@ -18,7 +18,7 @@ elements.iodum = { color: "#4d4218", behavior: behaviors.LIQUID, category: "liquids", - state: "liquid", + state: "solid", reactions: { "concrete": { elem1: "ash", elem2: null } },