Commit 949a0493 authored by wind2009's avatar wind2009

Fix 戦刀匠サイバ

parent fd5327e9
...@@ -75,6 +75,7 @@ function s.mfilter(c) ...@@ -75,6 +75,7 @@ function s.mfilter(c)
end end
function s.syncheck(g,tp,syncard) function s.syncheck(g,tp,syncard)
return g:IsExists(s.mfilter,1,nil) and syncard:IsSynchroSummonable(nil,g,#g-1,#g-1) and aux.SynMixHandCheck(g,tp,syncard) return g:IsExists(s.mfilter,1,nil) and syncard:IsSynchroSummonable(nil,g,#g-1,#g-1) and aux.SynMixHandCheck(g,tp,syncard)
and aux.MustMaterialCheck(g,tp,EFFECT_MUST_BE_SMATERIAL)
end end
function s.scfilter(c,tp,mg) function s.scfilter(c,tp,mg)
return mg:CheckSubGroup(s.syncheck,2,#mg,tp,c) return mg:CheckSubGroup(s.syncheck,2,#mg,tp,c)
......
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