From dbcf5247650278887d4246cbdb3464877b66d0d2 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:27:02 -0500 Subject: [PATCH] fix unset tempHighs --- mods/the_ground.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/the_ground.js b/mods/the_ground.js index 94deeb26..21917f7b 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -947,6 +947,8 @@ if(!enabledMods.includes(libraryMod)) { "temp": Math.max(phaneriteMeltingPoint,aphaniteMeltingPoint,vesiculiteMeltingPoint,vitriteMeltingPoint) + 100, "tempLow": -Infinity, //cosmetic info "stateLow": [aphaniteName,phaneriteName,vitriteName], + "tempHigh": magmaBoilingPoint, + "stateHigh": "vaporized_" + magmaName, "viscosity": magmaViscosity, "hidden": true, "state": "liquid",