temporarily remove rad clt
This commit is contained in:
parent
b7131c1a5c
commit
9d634835d7
|
|
@ -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"
|
||||
}
|
||||
}*/
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue