Commit 933c0c7b authored by POLYMER's avatar POLYMER

fix

parent 5322dc47
...@@ -21,7 +21,12 @@ end ...@@ -21,7 +21,12 @@ end
function cm.filter3(c,ct) function cm.filter3(c,ct)
return c:GetFlagEffect(m)>ct return c:GetFlagEffect(m)>ct
end end
function cm.draw(p,ct)
return Duel.Draw(p,ct,REASON_EFFECT)
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp) function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local co=coroutine.create(cm.draw)
coroutine.resume(co,tp,3)
local sg=Duel.GetMatchingGroup(cm.filter2,tp,LOCATION_ONFIELD,0,nil,e) local sg=Duel.GetMatchingGroup(cm.filter2,tp,LOCATION_ONFIELD,0,nil,e)
if sg:IsExists(cm.filter3,1,nil,1) and not cm[1] then if sg:IsExists(cm.filter3,1,nil,1) and not cm[1] then
cm[1]=true cm[1]=true
......
...@@ -89,7 +89,7 @@ function c9910941.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,7 +89,7 @@ function c9910941.disop(e,tp,eg,ep,ev,re,r,rp)
local tseq=aux.MZoneSequence(tc:GetSequence()) local tseq=aux.MZoneSequence(tc:GetSequence())
if seq==4-tseq then res=true end if seq==4-tseq then res=true end
end end
return res if res then Duel.NegateEffect(ev) end
end end
function c9910941.thcost(e,tp,eg,ep,ev,re,r,rp,chk) function c9910941.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,600) end if chk==0 then return Duel.CheckLPCost(tp,600) 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