Commit 7fe96639 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008009.lua

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