Commit 95fd1fff authored by Amiya's avatar Amiya

修复

parent 5155b1ff
No preview for this file type
......@@ -96,7 +96,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
local exg=og:Filter(Card.IsHasEffect,nil,id,tp)
local ext=exg:GetClassCount(s.eftfilter,tp)
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(id,tp)
tte:UseCountLimit(tp)
end
......@@ -127,7 +127,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
local exg=mg:Filter(Card.IsHasEffect,nil,id,tp)
local ext=exg:GetClassCount(s.eftfilter,tp)
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(id,tp)
tte:UseCountLimit(tp)
end
......@@ -174,7 +174,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
local exg=mg:Filter(Card.IsHasEffect,nil,id,tp)
local ext=exg:GetClassCount(s.eftfilter,tp)
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(id,tp)
tte:UseCountLimit(tp)
end
......@@ -205,7 +205,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
local exg=mg:Filter(Card.IsHasEffect,nil,id,tp)
local ext=exg:GetClassCount(s.eftfilter,tp)
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(id,tp)
tte:UseCountLimit(tp)
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