temporarily remove rad clt

This commit is contained in:
An Orbit 2023-05-06 18:03:49 -04:00 committed by GitHub
parent b7131c1a5c
commit 9d634835d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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