Commit 2dd3aab7 authored by wind2009's avatar wind2009

Fix Fix 冥骸融合-メメント・フュージョン

parent a9f86af6
......@@ -33,11 +33,10 @@ function s.initial_effect(c)
end
function s.spcfilter1(c)
return c:IsReason(REASON_EFFECT)
and c:IsPreviousLocation(LOCATION_MZONE)
end
function s.spcfilter2(c,tp)
return c:IsReason(REASON_EFFECT)
and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE)
and c:IsPreviousControler(tp)
end
function s.regcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.spcfilter1,1,nil)
......
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