periodic_and_more.js V 1.0.3: a slight fix

Adds Galinstan, and a thing that happens when beryllium reacts with water.
This commit is contained in:
Boxeled 2024-07-31 08:49:00 -05:00 committed by GitHub
parent ddccd77a7f
commit 24c1afa4b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ elements.sand_exploder = {
category: "tools",
};
// Add reactions to existing elements
if (!elements.water.reactions) { // Include this block once
elements.water.reactions = {} // This creates the property if it doesn't exist
}