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" - } + }*/ } });