Commit f9da2db2 authored by GuGu's avatar GuGu

Update c10051.lua

parent 4c7bdf0f
Pipeline #33388 passed with stage
in 10 seconds
......@@ -55,14 +55,14 @@ function c10051.filter(c,sp)
end
function c10051.drcon1(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c10051.filter,1,nil,1-tp)
and (not re:IsHasType(EFFECT_TYPE_ACTIONS) or re:IsHasType(EFFECT_TYPE_CONTINUOUS))
and not Duel.IsChainSolving()
end
function c10051.drop1(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,1,REASON_EFFECT)
end
function c10051.regcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c10051.filter,1,nil,1-tp)
and re:IsHasType(EFFECT_TYPE_ACTIONS) and not re:IsHasType(EFFECT_TYPE_CONTINUOUS)
and Duel.IsChainSolving()
end
function c10051.regop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,10051,RESET_CHAIN,0,1)
......
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