Commit 10a59aba authored by wind2009's avatar wind2009

Merge branch 'patch-7' into 'master'

Fix 道化の一座 メテオ

See merge request mycard/pre-release-database-cdb!262
parents 544d2c9a da200400
Pipeline #42830 passed with stages
in 3 minutes and 7 seconds
......@@ -52,14 +52,14 @@ function s.sucop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.resetop(e,tp,eg,ep,ev,re,r,rp)
Duel.ResetFlagEffect(tp,id+o)
Duel.ResetFlagEffect(tp,id+o*2)
e:Reset()
end
function s.cedop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(tp,id+o)~=0 then
if Duel.GetFlagEffect(tp,id+o*2)~=0 then
Duel.SetChainLimitTillChainEnd(s.chainlm)
end
Duel.ResetFlagEffect(tp,id+o)
Duel.ResetFlagEffect(tp,id+o*2)
end
function s.tdfilter(c)
return c:IsFaceupEx() and c:IsType(TYPE_SYNCHRO) and c:IsAbleToDeck()
......
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