Commit 1c2665c8 authored by gg123gg's avatar gg123gg Committed by GitHub

fix

parent 8b035646
...@@ -39,7 +39,7 @@ function c12008009.initial_effect(c) ...@@ -39,7 +39,7 @@ function c12008009.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c12008009.sprfilter(c,sc) function c12008009.sprfilter(c,sc)
return c:IsCanBeLinkMaterial(sc) and c:IsRace(RACE_SEASERPENT) and Duel.IsExistingMatchingCard(c11113170.sprfilter1,tp,LOCATION_MZONE+LOCATION_HAND,0,c) and Duel.GetLocationCountFromEx(tp,tp,c,TYPE_LINK)>0 return c:IsCanBeLinkMaterial(sc) and c:IsRace(RACE_SEASERPENT) and Duel.IsExistingMatchingCard(c12008009.sprfilter1,tp,LOCATION_MZONE+LOCATION_HAND,0,c) and Duel.GetLocationCountFromEx(tp,tp,c,TYPE_LINK)>0
end end
function c12008009.sprfilter1(c,sc) function c12008009.sprfilter1(c,sc)
return c:IsCanBeLinkMaterial(sc) and c:IsRace(RACE_MACHINE) and Duel.GetLocationCountFromEx(tp,tp,c,TYPE_LINK)>0 return c:IsCanBeLinkMaterial(sc) and c:IsRace(RACE_MACHINE) and Duel.GetLocationCountFromEx(tp,tp,c,TYPE_LINK)>0
......
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