Commit 9db5b227 authored by Amiya's avatar Amiya

修复

parent 722234bf
Pipeline #41809 passed with stages
in 1 minute and 23 seconds
...@@ -56,7 +56,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,7 +56,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.rmcon(e,tp,eg,ep,ev,re,r,rp) function s.rmcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp return Duel.GetTurnPlayer()==tp
end end
function s.rmop(e,tp,eg,ep,ev,re,r,rp) function s.rmop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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