From 833bf4cb34038d6b3dddac2c88a3dfa76110393e Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Wed, 8 Mar 2023 14:51:16 -0500 Subject: [PATCH] freezing buff --- mods/the_ground.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/the_ground.js b/mods/the_ground.js index 3bc59907..e47fc171 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -2430,7 +2430,8 @@ if(!enabledMods.includes(libraryMod)) { var magmaTempHigh = Math.max(...Object.values(elements[magmaName]._magmaCoolingPassToElement.meltingPoints)); if(pixel.wet && !pixel.frozen && pixel.temp < 0) { - if(Math.random() < (pixel.wet / 40)) { //if unfrozen, crack apart (freezing damage) with small chance, and then mark survivors as frozen + if(Math.random() < (pixel.wet / 25)) { //if unfrozen, crack apart (freezing damage) with small chance, and then mark survivors as frozen + //console.log("freezing"); explodeAt(pixel.x,pixel.y,2,"ice"); if(!pixel) { //if deleted return;