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 17049b8 commit 3367f3bCopy full SHA for 3367f3b
items/exotic.lua
@@ -1446,11 +1446,7 @@ local formidiulosus = {
1446
G.jokers:emplace(card)
1447
end
1448
1449
- if
1450
- context.cardarea == G.jokers
1451
- and (to_big(card.ability.extra.Emult) > to_big(1))
1452
- and context.joker_main
1453
- then
+ if context.cardarea == G.jokers and (to_big(card.ability.extra.Emult) > to_big(1)) and context.joker_main then
1454
return {
1455
message = localize({
1456
type = "variable",
0 commit comments