From d9d9a79f669104eca740ee869467186ff99d0fe3 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:29:30 -0500 Subject: [PATCH] fix chem.js incompatibility with reactionless chlorine overwriting newer vanilla chlorine by adding reactions --- mods/Neutronium Mod.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mods/Neutronium Mod.js b/mods/Neutronium Mod.js index 7468bcd3..65993299 100644 --- a/mods/Neutronium Mod.js +++ b/mods/Neutronium Mod.js @@ -470,6 +470,11 @@ elements.chlorine = { color: "#89b87b", behavior: behaviors.GAS, category: "gases", +reactions: { + "water": { "elem1": "pool_water", "elem2":null }, + "hydrogen": { "elem1": "acid_gas", "elem2":null },//hydrochloric acid + "dirty_water": { "elem2":"water" }, +}, density:3.2, state: "gas", tempLow: -101.5,