From 24c1afa4b3d567ed13389e51c670d1845be4c26e Mon Sep 17 00:00:00 2001 From: Boxeled Date: Wed, 31 Jul 2024 08:49:00 -0500 Subject: [PATCH] periodic_and_more.js V 1.0.3: a slight fix Adds Galinstan, and a thing that happens when beryllium reacts with water. --- mods/periodic_and_more.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/periodic_and_more.js b/mods/periodic_and_more.js index 29908802..812624c0 100644 --- a/mods/periodic_and_more.js +++ b/mods/periodic_and_more.js @@ -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 }