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 203df04 commit 77d0667Copy full SHA for 77d0667
items/joker_display.lua
@@ -1753,8 +1753,7 @@ if JokerDisplay then
1753
},
1754
1755
calc_function = function(card)
1756
- card.joker_display_values.stat =
1757
- math.max(1, card.ability.extra.Xmult_mod * Cryptid.member_count)
+ card.joker_display_values.stat = math.max(1, card.ability.extra.Xmult_mod * Cryptid.member_count)
1758
end,
1759
}
1760
JokerDisplay.Definitions["j_cry_cryptidmoment"] = {
0 commit comments