Skip to content

Commit fa20c3a

Browse files
committed
fixed Intentional Draw
1 parent 8a296bf commit fa20c3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rush/c160018064.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ end
1818
function s.condition(e,tp,eg,ep,ev,re,r,rp)
1919
local tc=Duel.GetAttackTarget()
2020
local ac=Duel.GetAttacker()
21-
return tc and tc:IsFaceup() and tc:IsControler(tp) and ac:IsControler(1-tp)
22-
and tc:IsAttackPos() and tc:IsAbleToHand() and ac:IsAbleToHand()
21+
return tc and tc:IsFaceup() and tc:IsControler(tp) and ac:IsControler(1-tp) and tc:IsAttackPos()
2322
end
2423
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
2524
local tg=Duel.GetAttackTarget()

0 commit comments

Comments
 (0)