We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870f17c commit d552c5fCopy full SHA for d552c5f
items/misc_joker.lua
@@ -2730,7 +2730,7 @@ local magnet = {
2730
return {
2731
vars = {
2732
number_format(center.ability.extra.money),
2733
- number_format(card.ability.extra.multiplier - (Card.get_gameset(card) == "modest" and 1 or 0)),
+ number_format(center.ability.extra.multiplier - (Card.get_gameset(center) == "modest" and 1 or 0)),
2734
number_format(center.ability.extra.slots),
2735
},
2736
}
0 commit comments