Commit 73c782f0 authored by Amiya's avatar Amiya

冥骸融合修复

parent 6537ae92
......@@ -32,10 +32,10 @@ function s.initial_effect(c)
end
end
function s.spcfilter1(c)
return c:IsReason(REASON_EFFECT) and c:IsType(TYPE_MONSTER)
return c:IsReason(REASON_EFFECT) and (c:IsType(TYPE_MONSTER) or c:IsPreviousLocation(LOCATION_MZONE))
end
function s.spcfilter2(c,tp)
return c:IsReason(REASON_EFFECT) and c:IsType(TYPE_MONSTER)
return c:IsReason(REASON_EFFECT) and (c:IsType(TYPE_MONSTER) or c:IsPreviousLocation(LOCATION_MZONE))
and c:IsPreviousControler(tp)
end
function s.regcon(e,tp,eg,ep,ev,re,r,rp)
......
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