Commit aa00186a authored by wind2009's avatar wind2009

Fix スカーレッド・ハイパーノヴァ・ドラゴン

parent 2169e203
Pipeline #42214 passed with stages
in 3 minutes and 7 seconds
...@@ -66,7 +66,8 @@ end ...@@ -66,7 +66,8 @@ end
function s.mgcheck(c,mg) function s.mgcheck(c,mg)
local rg=mg-c local rg=mg-c
if c:IsNotTuner(c) 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 -- TODO need syncard as params
return rg:FilterCount(Card.IsTuner,nil,c)==4
else else
return false return false
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