Commit b9f3b819 authored by GuGu's avatar GuGu

Update c66914005.lua

parent d41822bd
Pipeline #41155 passed with stage
in 9 seconds
...@@ -101,8 +101,8 @@ function c66914005.chainlm(e,ep,tp) ...@@ -101,8 +101,8 @@ function c66914005.chainlm(e,ep,tp)
return tp==ep return tp==ep
end end
function c66914005.aclimit(e,re,tp) function c66914005.aclimit(e,re,tp)
return re:GetActivateLocation()==LOCATION_GRAVE return (re:GetActivateLocation()==LOCATION_GRAVE) and not re:IsHasType(EFFECT_TYPE_ACTIVATE)
end end
function c66914005.aclimit1(e,re,tp) function c66914005.aclimit1(e,re,tp)
return re:GetActivateLocation()==LOCATION_HAND return (re:GetActivateLocation()==LOCATION_HAND) and not re:IsHasType(EFFECT_TYPE_ACTIVATE)
end end
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