From 8da71643e529b91736047355485f0d2aa14961a5 Mon Sep 17 00:00:00 2001 From: Aarex Tiaokhiao Date: Sun, 13 Sep 2020 22:46:26 -0400 Subject: [PATCH] Update game.js --- js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/game.js b/js/game.js index 5de16bd..c762ad5 100644 --- a/js/game.js +++ b/js/game.js @@ -2149,7 +2149,7 @@ function getLayerGainMult(layer) { function getLayerGainExp(layer) { let exp = new Decimal(1); - if (LAYER_ROW[layer] < 5) exp = fixValue(tmp.i && tmp.i.workEff).recip() + if (LAYER_ROW[layer] < 5) exp = fixValue(tmp.i && tmp.i.workEff, 1).recip() switch(layer) { case "p": if (tmp.challActive ? tmp.challActive.h[21] : true) exp = exp.div(100)