Commit 86d1ea49 authored by Tachibana's avatar Tachibana

ndyd

parent 62e22eb1
......@@ -58,7 +58,7 @@ function cm.eqop(e,tp,eg,ep,ev,re,r,rp)
if tc then
Sr_aonami.euip(c,tp,tc,c,500)
Duel.BreakEffect()
if c.epexop(e,tp,eg,ep,ev,re,r,rp) then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
if c.epexop then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
end
end
function cm.epexop(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -59,7 +59,7 @@ function cm.eqop(e,tp,eg,ep,ev,re,r,rp)
if tc then
Sr_aonami.euip(c,tp,tc,c,500)
Duel.BreakEffect()
if c.epexop(e,tp,eg,ep,ev,re,r,rp) then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
if c.epexop then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
end
end
function cm.disfilter(c)
......
......@@ -49,7 +49,7 @@ function cm.eqop(e,tp,eg,ep,ev,re,r,rp)
if tc then
Sr_aonami.euip(c,tp,tc,c,500)
Duel.BreakEffect()
if c.epexop(e,tp,eg,ep,ev,re,r,rp) and Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_ONFIELD,0,1,e:GetHandler(),c:GetCode()) then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
if c.epexop and Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_ONFIELD,0,1,e:GetHandler(),c:GetCode()) then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
end
end
function cm.epexop(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -48,7 +48,7 @@ function cm.eqop(e,tp,eg,ep,ev,re,r,rp)
if tc then
Sr_aonami.euip(c,tp,tc,c,500)
Duel.BreakEffect()
if c.epexop(e,tp,eg,ep,ev,re,r,rp) and Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_ONFIELD,0,1,e:GetHandler(),c:GetCode()) then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
if c.epexop and Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_ONFIELD,0,1,e:GetHandler(),c:GetCode()) then c.epexop(e,tp,eg,ep,ev,re,r,rp) end
end
end
function cm.filter(c,e,tp)
......
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