Skip to content

Commit dd1ce69

Browse files
committed
nil check for clockwork joker
1 parent 8dbc3e5 commit dd1ce69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

items/epic.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,6 +2315,7 @@ local clockwork = { -- Steel Support: The Joker
23152315
and not context.blueprint_card
23162316
and not context.retrigger_joker
23172317
and card.ability.immutable.counters.c3 == 0
2318+
and context.full_hand[1]
23182319
then -- effect 3
23192320
context.full_hand[1]:set_ability(G.P_CENTERS["m_steel"], nil, true)
23202321
end

0 commit comments

Comments
 (0)