Commit 5155b1ff authored by Amiya's avatar Amiya

修复

parent d85c2882
Pipeline #31785 passed with stages
in 1 minute and 5 seconds
...@@ -159,7 +159,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -159,7 +159,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
local exg=mg:Filter(Card.IsHasEffect,nil,81096431,tp) local exg=mg:Filter(Card.IsHasEffect,nil,81096431,tp)
local ext=exg:GetClassCount(s.eftfilter,tp) local ext=exg:GetClassCount(s.eftfilter,tp)
if et==0 or 2-et==ext then if et==0 or 2-et==ext then
for ttc in aux.Next(mg) do for ttc in aux.Next(exg) do
local tte=ttc:IsHasEffect(81096431,tp) local tte=ttc:IsHasEffect(81096431,tp)
tte:UseCountLimit(tp) tte:UseCountLimit(tp)
end end
...@@ -206,7 +206,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -206,7 +206,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
local exg=og:Filter(Card.IsHasEffect,nil,81096431,tp) local exg=og:Filter(Card.IsHasEffect,nil,81096431,tp)
local ext=exg:GetClassCount(s.eftfilter,tp) local ext=exg:GetClassCount(s.eftfilter,tp)
if et==0 or 2-et==ext then if et==0 or 2-et==ext then
for ttc in aux.Next(og) do for ttc in aux.Next(exg) do
local tte=ttc:IsHasEffect(81096431,tp) local tte=ttc:IsHasEffect(81096431,tp)
tte:UseCountLimit(tp) tte:UseCountLimit(tp)
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