Fix OBOB
This commit is contained in:
parent
e9f1050dc2
commit
cb4262093d
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.5"
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue