Commit fcea8588 authored by mercury233's avatar mercury233

fix

parent 69404158
......@@ -124,7 +124,7 @@ function c80896940.valcheck(e,c)
local tg=g:Filter(c80896940.mfilter,nil)
for tc in aux.Next(tg) do
g:RemoveCard(tc)
local flag=g:FilterCount(aux.NonTuner(Card.IsType,TYPE_SYNCHRO),nil)==g:GetCount()
local flag=g:FilterCount(aux.NonTuner(Card.IsType,TYPE_SYNCHRO),nil,c)==g:GetCount()
g:AddCard(tc)
if flag then
e:GetLabelObject():SetLabel(1)
......
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