Commit e7bab01e authored by REIKAI's avatar REIKAI 💬

fix 16104412 chainlimit

parent a6ad44a2
Pipeline #23806 passed with stages
in 30 minutes and 30 seconds
......@@ -146,7 +146,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
--Effect 3
function cm.chainop(e,tp,eg,ep,ev,re,r,rp)
Duel.SetChainLimit(function(ce,cep,ctp) return ep~=tp end)
Duel.SetChainLimit(function(ce,cep,ctp) return cep~=tp end)
end
--Effect 4
function cm.namecon(e,tp,eg,ep,ev,re,r,rp)
......
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