Commit 29543374 authored by Amiya's avatar Amiya

修复

parent 35565d57
Pipeline #31770 passed with stages
in 1 minute and 20 seconds
......@@ -114,7 +114,7 @@ function s.gcheck(g,tp)
end
function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(0,81096431)==0 then
Duel.RegisterFlagEffect(tp,19403423,0,0,1)
Duel.RegisterFlagEffect(tp,81096431,0,0,1)
Drake_shark_AddXyzProcedure=aux.AddXyzProcedure
function aux.AddXyzProcedure(card_c,function_f,int_lv,int_ct,function_alterf,int_dese,int_maxc,function_op)
if int_ct>=3 then
......
......@@ -82,7 +82,7 @@ function s.gcheck(g,tp)
end
function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(0,81096431)==0 then
Duel.RegisterFlagEffect(tp,19403423,0,0,1)
Duel.RegisterFlagEffect(tp,81096431,0,0,1)
Drake_shark_AddXyzProcedure=aux.AddXyzProcedure
function aux.AddXyzProcedure(card_c,function_f,int_lv,int_ct,function_alterf,int_dese,int_maxc,function_op)
if int_ct>=3 then
......
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