Skip to content

Commit 2159b39

Browse files
committed
2 parents 8e43cda + 77d0667 commit 2159b39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

items/joker_display.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,8 +1753,7 @@ if JokerDisplay then
17531753
},
17541754
},
17551755
calc_function = function(card)
1756-
card.joker_display_values.stat =
1757-
math.max(1, card.ability.extra.Xmult_mod * Cryptid.member_count)
1756+
card.joker_display_values.stat = math.max(1, card.ability.extra.Xmult_mod * Cryptid.member_count)
17581757
end,
17591758
}
17601759
JokerDisplay.Definitions["j_cry_cryptidmoment"] = {

0 commit comments

Comments
 (0)