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 ab7dc3a commit dae69b3Copy full SHA for dae69b3
items/misc_joker.lua
@@ -387,7 +387,7 @@ local wee_fib = {
387
calculate = function(self, card, context)
388
if context.cardarea == G.play and context.individual and not context.blueprint then
389
local rank = context.other_card:get_id()
390
- if rank == "Ace" or rank == "2" or rank == "3" or rank == "5" or rank == "8" then
+ if rank == 14 or rank == 2 or rank == 3 or rank == 5 or rank == 8 then
391
card.ability.extra.mult = card.ability.extra.mult + card.ability.extra.mult_mod
392
393
return {
0 commit comments