Commit cfd7bf79 authored by Tachibana's avatar Tachibana

ybb

parent 4bec2fc5
......@@ -145,7 +145,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(e,ep,tp) return ep~=e:GetHandlerPlayer() end)
Duel.SetChainLimit(function(e,ep,tp) return ep==e:GetHandlerPlayer() 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