Commit c6aaafdd authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent bc2f673c
......@@ -20,5 +20,5 @@ function c32181268.initial_effect(c)
c:RegisterEffect(e2)
end
function c32181268.aclimit(e,re,tp)
return not re:GetHandler():IsType(TYPE_SPIRIT) and re:IsActiveType(TYPE_MONSTER) and not re:GetHandler():IsImmuneToEffect(e)
return not re:GetHandler():IsType(TYPE_SPIRIT) and re:IsActiveType(TYPE_MONSTER)
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