Commit f7c813b7 authored by TanakaKotoha's avatar TanakaKotoha

y1s1

parent c3565e56
......@@ -31,8 +31,11 @@ end
function c75646965.dscost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return not e:GetHandler():IsPublic() end
end
function c75646965.sfilter(c,tp)
return c:GetSummonPlayer()==tp and c:IsSetCard(0xa2c2)
end
function c75646965.dscon(e,tp,eg,ep,ev,re,r,rp)
return tp==ep and Duel.GetCurrentChain()==0
return tp==ep and Duel.GetCurrentChain()==0 and eg:IsExists(c75646965.sfilter,1,nil,tp)
end
function c75646965.dstg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......
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