Commit 72e49496 authored by GuGu's avatar GuGu

Update c999528.lua

parent 1b9b7a55
Pipeline #41146 passed with stage
in 7 seconds
......@@ -83,5 +83,5 @@ function M.filter(c)
end
function M.aclimit(e, re, tp)
return re:GetActivateLocation() == LOCATION_HAND
return (re:GetActivateLocation() == LOCATION_HAND) and not re:IsHasType(EFFECT_TYPE_ACTIVATE)
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