Skip to content

Commit dae69b3

Browse files
authored
wee fib fix
1 parent ab7dc3a commit dae69b3

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
@@ -387,7 +387,7 @@ local wee_fib = {
387387
calculate = function(self, card, context)
388388
if context.cardarea == G.play and context.individual and not context.blueprint then
389389
local rank = context.other_card:get_id()
390-
if rank == "Ace" or rank == "2" or rank == "3" or rank == "5" or rank == "8" then
390+
if rank == 14 or rank == 2 or rank == 3 or rank == 5 or rank == 8 then
391391
card.ability.extra.mult = card.ability.extra.mult + card.ability.extra.mult_mod
392392

393393
return {

0 commit comments

Comments
 (0)