Commit add61c04 authored by nanahira's avatar nanahira

fix

parent fcb632fc
...@@ -26,7 +26,7 @@ function c84636823.initial_effect(c) ...@@ -26,7 +26,7 @@ function c84636823.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c84636823.aclimit(e,re,tp) function c84636823.aclimit(e,re,tp)
return re:IsActiveType(TYPE_SPELL) return re:IsActiveType(TYPE_SPELL) and re:IsHasType(EFFECT_TYPE_ACTIVATE)
end end
function c84636823.distg(e,c) function c84636823.distg(e,c)
return c:IsType(TYPE_SPELL) return c:IsType(TYPE_SPELL)
......
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