Commit d41822bd authored by GuGu's avatar GuGu

Update c74562027.lua

parent 5b640f7c
Pipeline #41154 passed with stage
in 11 seconds
...@@ -57,7 +57,7 @@ function cCardno.lpcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function cCardno.lpcon(e,tp,eg,ep,ev,re,r,rp)
return true return true
end end
function cCardno.aclimit(e,re,tp) function cCardno.aclimit(e,re,tp)
return re:GetHandler():IsLocation(LOCATION_ONFIELD) return re:GetHandler():IsOnField() or re:IsHasType(EFFECT_TYPE_ACTIVATE)
end end
function cCardno.lpop(e,tp,eg,ep,ev,re,r,rp) function cCardno.lpop(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