Update charsonsmoduno.js

This commit is contained in:
CharsonBurensen 2025-02-19 11:26:35 -05:00 committed by GitHub
parent ed9cd3c123
commit 951760bca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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