Commit c50459d2 authored by mercury233's avatar mercury233
parent 454ca449
...@@ -34,7 +34,7 @@ function c1906812.initial_effect(c) ...@@ -34,7 +34,7 @@ function c1906812.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c1906812.mfilter(c) function c1906812.mfilter(c)
return c:IsStatus(STATUS_SPSUMMON_TURN) and c:IsFusionType(TYPE_EFFECT) return c:IsStatus(STATUS_SPSUMMON_TURN) and c:IsFusionType(TYPE_EFFECT) and c:IsLocation(LOCATION_MZONE)
end end
function c1906812.seqtg(e,tp,eg,ep,ev,re,r,rp,chk) function c1906812.seqtg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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