Commit 8ba0192f authored by mercury233's avatar mercury233

fix

parent 0bc8fba1
...@@ -78,7 +78,7 @@ function c35772782.actlimit(e,re,tp) ...@@ -78,7 +78,7 @@ function c35772782.actlimit(e,re,tp)
end end
function c35772782.dicecon(e,tp,eg,ep,ev,re,r,rp) function c35772782.dicecon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:GetOverlayCount()>0 and c:GetFlagEffect(35772782)~=0 return c:GetOverlayCount()>0 and c:GetFlagEffect(35772782)==0
end end
function c35772782.diceop(e,tp,eg,ep,ev,re,r,rp) function c35772782.diceop(e,tp,eg,ep,ev,re,r,rp)
local cc=Duel.GetCurrentChain() local cc=Duel.GetCurrentChain()
......
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