Commit 509ce6ff authored by zengsxing's avatar zengsxing

Update c100227001.lua

parent 55e91ef8
Pipeline #29789 passed with stages
in 1 minute and 20 seconds
......@@ -45,7 +45,7 @@ function s.syntg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function s.synop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(s.dfilter,tp,LOCATION_HAND,0,nil)
if not g:CheckSubGroup(s.fselect,2,99,e,tp) then return end
if not g:CheckSubGroup(s.fselect,2,99,e,tp) or not aux.MustMaterialCheck(nil,tp,EFFECT_MUST_BE_SMATERIAL) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISCARD)
Duel.SetSelectedCard(e:GetHandler())
local sg=g:SelectSubGroup(tp,s.fselect,false,2,99,e,tp)
......
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