Commit 147946ff authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 109b7513
...@@ -60,7 +60,9 @@ function c36975314.con(e) ...@@ -60,7 +60,9 @@ function c36975314.con(e)
return c:IsHasCardTarget(h) return c:IsHasCardTarget(h)
end end
function c36975314.rcon(e) function c36975314.rcon(e)
return e:GetHandler():IsControler(e:GetOwner():GetControler()) local c=e:GetOwner()
local h=e:GetHandler()
return c:IsHasCardTarget(h) and h:IsControler(c:GetControler())
end end
function c36975314.descon(e,tp,eg,ep,ev,re,r,rp) function c36975314.descon(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetHandler():GetFirstCardTarget() local tc=e:GetHandler():GetFirstCardTarget()
......
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