diff --git a/updates.js b/updates.js
index 44ae5d5d..359b2008 100644
--- a/updates.js
+++ b/updates.js
@@ -2439,7 +2439,7 @@ function getBattleStatBd(what) {
textString += "
Sanity (Melt) | | | x 5 | " + prettify(currentCalc) + " | " + getFluctuation(currentCalc, minFluct, maxFluct) + "
";
var stackStr = Math.pow(game.challenges.Melt.decayValue, game.challenges.Melt.stacks);
currentCalc *= stackStr;
- textString += "Melt | x 0.995 | " + game.challenges.Melt.stacks + " | x " + stackStr.toFixed(3) + " | " + prettify(currentCalc) + " | " + getFluctuation(currentCalc, minFluct, maxFluct) + "
";
+ textString += "Melt | x 0.99 | " + game.challenges.Melt.stacks + " | x " + stackStr.toFixed(3) + " | " + prettify(currentCalc) + " | " + getFluctuation(currentCalc, minFluct, maxFluct) + "
";
}
if (game.global.challengeActive == "Quest" && game.challenges.Quest.finishedQuests > 0 && what == "attack"){
amt = game.challenges.Quest.getAttackMult();