Commit 55e91ef8 authored by zengsxing's avatar zengsxing

Update c100227001.lua

parent 3411c4f5
Pipeline #29786 passed with stages
in 58 seconds
...@@ -39,7 +39,7 @@ function s.synfilter(c,e,tp,lv) ...@@ -39,7 +39,7 @@ function s.synfilter(c,e,tp,lv)
end end
function s.syntg(e,tp,eg,ep,ev,re,r,rp,chk) function s.syntg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(s.dfilter,tp,LOCATION_HAND,0,nil) local g=Duel.GetMatchingGroup(s.dfilter,tp,LOCATION_HAND,0,nil)
if chk==0 then return g:CheckSubGroup(s.fselect,2,99,e,tp) end if chk==0 then return aux.MustMaterialCheck(nil,tp,EFFECT_MUST_BE_SMATERIAL) and g:CheckSubGroup(s.fselect,2,99,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,tp,LOCATION_HAND) Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,tp,LOCATION_HAND)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
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