Commit 75c24b69 authored by Nemo Ma's avatar Nemo Ma

Update c82209095.lua

parent 1ec8804b
...@@ -62,7 +62,7 @@ end ...@@ -62,7 +62,7 @@ end
function cm.discost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.discost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return c:GetFlagEffect(m)==0 end if chk==0 then return c:GetFlagEffect(m)==0 end
c:RegisterFlagEffect(m,RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1) c:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
end end
function cm.discon(e,tp,eg,ep,ev,re,r,rp) function cm.discon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentChain()==0 and eg:IsExists(cm.filter,1,nil,1-tp) return Duel.GetCurrentChain()==0 and eg:IsExists(cm.filter,1,nil,1-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