Commit 35565d57 authored by Amiya's avatar Amiya

修复

parent fe748dba
...@@ -113,8 +113,8 @@ function s.gcheck(g,tp) ...@@ -113,8 +113,8 @@ function s.gcheck(g,tp)
return g:GetClassCount(s.eftfilter,tp)==g:GetCount() return g:GetClassCount(s.eftfilter,tp)==g:GetCount()
end end
function s.adjustop(e,tp,eg,ep,ev,re,r,rp) function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
if not s.globle_check then if Duel.GetFlagEffect(0,81096431)==0 then
s.globle_check=true Duel.RegisterFlagEffect(tp,19403423,0,0,1)
Drake_shark_AddXyzProcedure=aux.AddXyzProcedure Drake_shark_AddXyzProcedure=aux.AddXyzProcedure
function aux.AddXyzProcedure(card_c,function_f,int_lv,int_ct,function_alterf,int_dese,int_maxc,function_op) function aux.AddXyzProcedure(card_c,function_f,int_lv,int_ct,function_alterf,int_dese,int_maxc,function_op)
if int_ct>=3 then if int_ct>=3 then
...@@ -294,4 +294,5 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -294,4 +294,5 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
end end
e:Reset()
end end
\ No newline at end of file
...@@ -81,8 +81,8 @@ function s.gcheck(g,tp) ...@@ -81,8 +81,8 @@ function s.gcheck(g,tp)
return g:GetClassCount(s.eftfilter,tp)==g:GetCount() return g:GetClassCount(s.eftfilter,tp)==g:GetCount()
end end
function s.adjustop(e,tp,eg,ep,ev,re,r,rp) function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
if not s.globle_check then if Duel.GetFlagEffect(0,81096431)==0 then
s.globle_check=true Duel.RegisterFlagEffect(tp,19403423,0,0,1)
Drake_shark_AddXyzProcedure=aux.AddXyzProcedure Drake_shark_AddXyzProcedure=aux.AddXyzProcedure
function aux.AddXyzProcedure(card_c,function_f,int_lv,int_ct,function_alterf,int_dese,int_maxc,function_op) function aux.AddXyzProcedure(card_c,function_f,int_lv,int_ct,function_alterf,int_dese,int_maxc,function_op)
if int_ct>=3 then if int_ct>=3 then
...@@ -262,6 +262,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -262,6 +262,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
end end
e:Reset()
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():IsReason(REASON_DRAW) return not e:GetHandler():IsReason(REASON_DRAW)
......
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