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

fix ゼアル・フィールド

parent c85944a8
......@@ -49,7 +49,8 @@ function c95856586.chainlm(e,rp,tp)
return tp==rp
end
function c95856586.tgfilter(c,e,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsType(TYPE_XYZ) and c:IsCanBeEffectTarget(e)
return c:IsFaceup() and c:IsControler(tp) and c:IsType(TYPE_XYZ)
and c:IsLocation(LOCATION_MZONE) and c:IsCanBeEffectTarget(e)
end
function c95856586.matfilter(c)
return c:IsType(TYPE_XYZ) and c:IsCanOverlay()
......
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