Skip to content

Commit a55e066

Browse files
Update misc_joker.lua
1 parent 8e8b663 commit a55e066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7567,7 +7567,7 @@ local coin = {
75677567
if (context.selling_card and context.card.ability.set == "Joker") or context.forcetrigger then
75687568
local mod = math.floor(
75697569
pseudorandom(pseudoseed("coin"))
7570-
* (Card.get_gameset(card) ~= "modest" and center.ability.immutable.money_mod or 4)
7570+
* (Card.get_gameset(card) ~= "modest" and card.ability.immutable.money_mod or 4)
75717571
) + 1
75727572
local option = lenient_bignum(to_big(card.ability.extra.money) * mod)
75737573
ease_dollars(option)

0 commit comments

Comments
 (0)