We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ca2bf commit 8c312f1Copy full SHA for 8c312f1
items/epic.lua
@@ -2025,7 +2025,7 @@ local clockwork = { -- Steel Support: The Joker
2025
and context.cardarea == G.hand
2026
and not context.end_of_round
2027
and SMODS.has_enhancement(context.other_card, "m_steel")
2028
- and card.ability.extra.steelenhc > 1
+ and card.ability.extra.steelenhc ~= 1
2029
then -- effect 4
2030
return { xmult = card.ability.extra.steelenhc }
2031
end
0 commit comments