Commit 02a51702 authored by POLYMER's avatar POLYMER

fix

parent 1633827a
......@@ -128,7 +128,7 @@ function cm.initial_effect(c)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetRange(LOCATION_FZONE)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCountLimit(1,EFFECT_COUNT_CODE_CHAIN)
e2:SetCountLimit(1,id)
e2:SetCondition(cm.spcon)
e2:SetTarget(cm.sptg)
e2:SetOperation(cm.spop)
......
......@@ -42,6 +42,7 @@ function s.checkop(e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst()
while tc do
Duel.RegisterFlagEffect(tc:GetControler(),id,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(tc:GetControler()-1,id,RESET_PHASE+PHASE_END,0,1)
tc=g:GetNext()
end
end
......
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