From 951760bca2a85106bf294bdeafb7b747aa1849ff Mon Sep 17 00:00:00 2001 From: CharsonBurensen <1peruejos@Hdsb.ca> Date: Wed, 19 Feb 2025 11:26:35 -0500 Subject: [PATCH] Update charsonsmoduno.js --- mods/charsonsmoduno.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/charsonsmoduno.js b/mods/charsonsmoduno.js index 539a0492..c9c826f5 100644 --- a/mods/charsonsmoduno.js +++ b/mods/charsonsmoduno.js @@ -27,7 +27,7 @@ elements.calcium.reactions.chlorine = { elem1: "calcium_chloride" } if (!elements.sun.reactions) { // Include this block once elements.sun.reactions = {} // This creates the property if it doesn't exist } -elements.sun.reactions.light = { elem1: "sunlight" } +elements.sun.reactions.light = { elem2: "sunlight" } if (!elements.aluminum.reactions) { // Include this block once elements.aluminum.reactions = {} // This creates the property if it doesn't exist