Commit 2169e203 authored by 八宫一月's avatar 八宫一月

fix

parent 00f516a3
Pipeline #42213 passed with stages
in 3 minutes and 29 seconds
......@@ -65,7 +65,7 @@ function s.mfilter(e,c)
end
function s.mgcheck(c,mg)
local rg=mg-c
if not c:IsSynchroType(TYPE_TUNER) and c:IsSynchroType(TYPE_SYNCHRO) then
if c:IsNotTuner(c) and c:IsSynchroType(TYPE_SYNCHRO) then
return rg:FilterCount(Card.IsSynchroType,nil,TYPE_TUNER)==4
else
return false
......
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