Commit 8d6d2f97 authored by wyykak's avatar wyykak

fix 23206

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 0cf9fa80
Pipeline #12087 passed with stage
in 37 seconds
......@@ -50,7 +50,7 @@ function c23206.operation(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c23206.tfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,dice)
g:GetFirst():AddCounter(0x128a,dice)
if Duel.GetFlagEffect(g:GetFirst():GetControler(),23200)==0 then
Duel.RegisterFlagEffect(tg:GetFirst():GetControler(),23200,0,0,0)
Duel.RegisterFlagEffect(g:GetFirst():GetControler(),23200,0,0,0)
end
elseif t[sel]==aux.Stringid(23206,1) then
local g=Duel.SelectMatchingCard(tp,c23206.hfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,dice)
......
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