Skip to content

Commit 394cdbd

Browse files
committed
fixed Evasive Chaos Ninjutsu Art of I Want You
1 parent 7e36af1 commit 394cdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160020053.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function s.cfilter(c)
1818
return c:IsMonster() and (c:IsType(TYPE_NORMAL) or (c:IsRace(RACE_INSECT) and c:IsLevelBelow(4))) and c:IsAbleToGraveAsCost()
1919
end
2020
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
21-
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToGraveAsCost,tp,LOCATION_HAND,0,1,e:GetHandler()) end
21+
if chk==0 then return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_HAND,0,1,e:GetHandler()) end
2222
end
2323
function s.filter(c,e,tp)
2424
return c:IsLevelBetween(5,8) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsRace(RACE_INSECT) and c:IsDefense(400)

0 commit comments

Comments
 (0)