Commit 91c790a7 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 8aa587d7
Pipeline #506 canceled with stages
in 2 minutes and 32 seconds
......@@ -86,7 +86,7 @@ function cm.sumop(e,tp)
if tc then
local code = tc:GetOriginalCodeRule()
if rsch.IsSet2(tc) and tc:GetOriginalLevel()>=6 then
tc:RegisterFlagEffect(code + 100,rsreset.est-RESET_TOFIELD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(16104200,2))
tc:RegisterFlagEffect(code + 100,rsreset.est-RESET_TOFIELD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(16104200,1))
end
Duel.Summon(tp,tc,true,nil)
end
......
......@@ -44,7 +44,7 @@ function cm.op(e,tp)
if rssf.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP,nil,nil,"th")>0 then
local code = tc:GetOriginalCodeRule()
if rsch.IsSet2(c) and tc:GetOriginalLevel()>=6 then
tc:RegisterFlagEffect(code + 100,rsreset.est,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(16104200,2))
tc:RegisterFlagEffect(code + 100,rsreset.est,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(16104200,1))
end
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