This commit is contained in:
Emik 2026-06-18 16:22:13 +02:00
parent e9f1050dc2
commit cb4262093d
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [
"Jen"
],
"version": "1.8.4"
"version": "1.8.5"
}

View file

@ -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,