Commit 2dd3aab7 authored by wind2009's avatar wind2009

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

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