Commit e82ec524 authored by GuGu's avatar GuGu

Update c10054.lua

parent 24d1e2f0
Pipeline #41151 passed with stage
in 7 seconds
......@@ -34,6 +34,5 @@ function c10054.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function c10054.aclimit(e,re,tp)
--return re:GetHandler():IsLocation(LOCATION_GRAVE)
return re:GetActivateLocation()==LOCATION_GRAVE and not re:GetHandler():IsImmuneToEffect(e)
return (re:GetActivateLocation()==LOCATION_GRAVE) 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