From f601305af0af1f10c301c8d088fd8740aa94557c Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:40:21 -0500 Subject: [PATCH] shut up about mercury --- mods/more_breaking.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mods/more_breaking.js b/mods/more_breaking.js index 0239a1dd..e69c4db0 100644 --- a/mods/more_breaking.js +++ b/mods/more_breaking.js @@ -77,6 +77,8 @@ if(enabledMods.includes("mods/Neutronium Mod.js")) { regularMetalArray.push("ilitium") } if(enabledMods.includes("mods/metals.js")) { + regularMetalArray.push("beryllium") + regularMetalArray.push("boron") regularMetalArray.push("ruthenium") regularMetalArray.push("rhodium") regularMetalArray.push("palladium") @@ -85,7 +87,9 @@ if(enabledMods.includes("mods/metals.js")) { regularMetalArray.push("iridium") regularMetalArray.push("platinum") regularMetalArray.push("frozen_mercury") - elements.mercury.breakInto = "mercury_gas" + if(elements.mercury) { + elements.mercury.breakInto = "mercury_gas" + } } if(enabledMods.includes("mods/ketchup_mod.js")) {