Commit c293e6a0 authored by POLYMER's avatar POLYMER

fix

parent 8021daf6
...@@ -86,7 +86,7 @@ function cm.indcon(e) ...@@ -86,7 +86,7 @@ function cm.indcon(e)
return c:GetFlagEffectLabel(m)==e:GetLabel() return c:GetFlagEffectLabel(m)==e:GetLabel()
end end
function cm.chaincon(e,tp,eg,ep,ev,re,r,rp,chk) function cm.chaincon(e,tp,eg,ep,ev,re,r,rp,chk)
return e:GetHandler():IsPublic() return e:GetHandler():IsPublic() and rp==1-tp
end end
function cm.chainop(e,tp,eg,ep,ev,re,r,rp) function cm.chainop(e,tp,eg,ep,ev,re,r,rp)
local roll=Duel.TossDice(tp,1) local roll=Duel.TossDice(tp,1)
......
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