From dba79af1c1d4e2521dd6187cfbc1ab51ecfee496 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Mon, 27 Feb 2023 10:39:27 -0500 Subject: [PATCH] dirt edits to replace boiling_rock.js's dirt edits --- mods/the_ground.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mods/the_ground.js b/mods/the_ground.js index 21917f7b..806b56ca 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -1241,6 +1241,13 @@ if(!enabledMods.includes(libraryMod)) { elements.intermediate_magma.reactions.ultramafic_magma = { //mafic magma elem1: "magma", elem2: "magma", chance: 0.6, }; + + elements.molten_dirt.tempHigh = 3313; + var rockStateHigh = JSON.parse(JSON.stringify(vaporizedMagmas)); + if(rockStateHigh.includes("vaporized_hellish_magma")) { + rockStateHigh.splice(rockStateHigh.indexOf("vaporized_hellish_magma")); + }; + elements.molten_dirt.stateHigh = rockStateHigh; //assuming mixture }); //Terrain