diff --git a/manifest.json b/manifest.json index 476e27f..7a49d2d 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.8.4" + "version": "1.8.5" } \ No newline at end of file diff --git a/src/joker.lua b/src/joker.lua index 0a6b8e3..7c0a5ea 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -256,7 +256,7 @@ local esc = SMODS.Joker { end local tag_money = Jane.cry and G.GAME.dollars or math.min(G.GAME.dollars, extra.max) - local tag_times = Jane.cry and math.pow(extra.xmoney, xtimes) - 1 or xtimes + 1 + local tag_times = Jane.cry and math.pow(extra.xmoney, xtimes) - 1 or xtimes ease_dollars(math.ceil(times * extra.money + tag_money * tag_times)) end, tag_threshold = 30,