Commit b3a8539b authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 4263a69e
...@@ -53,11 +53,11 @@ function c65020068.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -53,11 +53,11 @@ function c65020068.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return c:GetFlagEffect(65020068)==0 end if chk==0 then return c:GetFlagEffect(65020068)==0 end
c:RegisterFlagEffect(65020068,RESET_CHAIN,0,1) c:RegisterFlagEffect(65020068,RESET_CHAIN,0,1)
end end
function c65020067.xyzfilter2(c,mg) function c65020068.xyzfilter2(c,mg)
return c:IsXyzSummonable(mg) and c:IsType(TYPE_XYZ) and Duel.GetLocationCountFromEx(tp,tp,mg,c)>0 return c:IsXyzSummonable(mg) and c:IsType(TYPE_XYZ) and Duel.GetLocationCountFromEx(tp,tp,mg,c)>0
end end
function c65020067.xyzfilter1(c,tp) function c65020068.xyzfilter1(c,tp)
return c:IsSetCard(0x9da3) and c:IsFaceup() and not c:IsType(TYPE_TOKEN) return c:IsSetCard(0x9da3) and c:IsFaceup() and not c:IsType(TYPE_TOKEN)
end end
function c65020068.xyztg(e,tp,eg,ep,ev,re,r,rp,chk) function c65020068.xyztg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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