Commit 313252c6 authored by TanakaKotoha's avatar TanakaKotoha

y1s1qs

parent 47dd8035
......@@ -75,7 +75,7 @@ function c81005048.sscon(e,tp,eg,ep,ev,re,r,rp)
end
function c81005048.filter(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
and Duel.IsExistingMatchingCard(c81005048.filter2,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,c,c:GetCode())
and Duel.IsExistingMatchingCard(c81005048.filter2,tp,LOCATION_DECK,0,1,c,c:GetCode())
end
function c81005048.filter2(c,code)
return c:IsType(TYPE_MONSTER) and c:IsCode(code) and c:IsAbleToHand()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment