From 9d634835d72ac013f04148ef9865bb4e78bacb61 Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Sat, 6 May 2023 18:03:49 -0400 Subject: [PATCH] temporarily remove rad clt --- mods/glenn_gases.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/glenn_gases.js b/mods/glenn_gases.js index da1dd6d9..6008d68a 100644 --- a/mods/glenn_gases.js +++ b/mods/glenn_gases.js @@ -384,7 +384,7 @@ runAfterLoad(function() { if(enabledMods.includes("mods/Neutronium Mod.js")) { elements.coal.breakInto = "coal_dust" } - if(enabledMods.includes("mods/the_ground.js")) { + /*if(enabledMods.includes("mods/the_ground.js")) { elements.radioactive_rock_dust = { color: "#839e78", behavior: behaviors.RAD_GAS, @@ -399,13 +399,13 @@ runAfterLoad(function() { } elements.radioactive_rock.breakInto.push("radioactive_rock_dust") - } + }*/ if(enabledMods.includes("mods/boiling_rock.js")) { elements.rock_dust.tempHigh = 3000 elements.rock_dust.stateHigh = "vaporized_rock" - if(enabledMods.includes("mods/the_ground.js")) { + /*if(enabledMods.includes("mods/the_ground.js")) { elements.radioactive_rock_dust.tempHigh = 3000 elements.radioactive_rock_dust.stateHigh = "vaporized_rock" - } + }*/ } });