Commit cf073618 authored by fallenstardust's avatar fallenstardust

fix

parent a93e000e
......@@ -67,8 +67,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.rcon(e)
return e:GetOwner():IsHasCardTarget(e:GetHandler()) and e:GetOwner():
IsPosition(POS_DEFENSE) and e:GetOwner():IsFaceup()
return e:GetOwner():IsHasCardTarget(e:GetHandler())
end
--to hand
......
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