Commit 5b640f7c authored by GuGu's avatar GuGu

Update c86379152.lua

parent f7355cf0
Pipeline #41153 passed with stage
in 6 seconds
...@@ -54,5 +54,6 @@ function c86379152.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,5 +54,6 @@ function c86379152.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c86379152.aclimit(e,re,tp) function c86379152.aclimit(e,re,tp)
return re:GetHandler():IsLocation(LOCATION_DECK+LOCATION_REMOVED+LOCATION_EXTRA) return (re:GetActivateLocation()==LOCATION_DECK or re:GetActivateLocation()==LOCATION_REMOVED or re:GetActivateLocation()==LOCATION_EXTRA)
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