"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@3887" did not exist on "11a1c66959bd9fa2b967096f570b08f7cfa36f4d"
Commit 9db5b227 authored by Amiya's avatar Amiya

修复

parent 722234bf
......@@ -56,7 +56,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.rmcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp
return Duel.GetTurnPlayer()==tp
end
function s.rmop(e,tp,eg,ep,ev,re,r,rp)
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