Skip to content

Commit 03deb7f

Browse files
committed
fixed Jinzo #7.7
1 parent 47db896 commit 03deb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160016026.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function s.initial_effect(c)
1717
c:RegisterEffect(e1)
1818
end
1919
function s.condition(e,tp,eg,ep,ev,re,r,rp)
20-
return e:GetHandler():CanAttack()
20+
return not e:GetHandler():IsHasEffect(EFFECT_DIRECT_ATTACK)
2121
end
2222
function s.cfilter(c)
2323
return c:IsMonster() and c:IsAbleToDeckOrExtraAsCost()

0 commit comments

Comments
 (0)