Commit d85c2882 authored by Amiya's avatar Amiya

修复

parent 990e0be7
Pipeline #31784 passed with stages
in 1 minute and 9 seconds
......@@ -201,7 +201,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
function Auxiliary.XyzLevelFreeOperation(f,gf,minct,maxct)
return function(e,tp,eg,ep,ev,re,r,rp,c,og,min,max)
if og and not min then
if og:GetCount()<=maxct and mg:GetCount()>=minct and maxct==minct+2 then
if og:GetCount()<=maxct and og:GetCount()>=minct and maxct==minct+2 then
local et=maxct-og:GetCount()
local exg=og:Filter(Card.IsHasEffect,nil,81096431,tp)
local ext=exg:GetClassCount(s.eftfilter,tp)
......
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