Commit e379124c authored by wind2009's avatar wind2009

Merge remote-tracking branch 'ge/patch-1' into master

parents 15b83b4e 9f072686
...@@ -39,7 +39,7 @@ function s.sucop(e,tp,eg,ep,ev,re,r,rp) ...@@ -39,7 +39,7 @@ function s.sucop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetCurrentChain()==0 then if Duel.GetCurrentChain()==0 then
Duel.SetChainLimitTillChainEnd(s.chainlm) Duel.SetChainLimitTillChainEnd(s.chainlm)
elseif Duel.GetCurrentChain()==1 then elseif Duel.GetCurrentChain()==1 then
Duel.RegisterFlagEffect(tp,id+o,RESET_EVENT+RESETS_STANDARD,0,1) Duel.RegisterFlagEffect(tp,id+o*2,RESET_EVENT+RESETS_STANDARD,0,1)
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
......
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