Skip to content

Commit 988092f

Browse files
Merge pull request #525 from TheRealNova422-real/patch-35
minor clockwork fix
2 parents 1782aaa + 8c312f1 commit 988092f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/epic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ local clockwork = { -- Steel Support: The Joker
20252025
and context.cardarea == G.hand
20262026
and not context.end_of_round
20272027
and SMODS.has_enhancement(context.other_card, "m_steel")
2028-
and card.ability.extra.steelenhc > 1
2028+
and card.ability.extra.steelenhc ~= 1
20292029
then -- effect 4
20302030
return { xmult = card.ability.extra.steelenhc }
20312031
end

0 commit comments

Comments
 (0)