Commit d6c8cfb1 authored by wind2009's avatar wind2009

Merge branch 'patch-1' into 'master'

Update c100227001.lua

See merge request !114
parents e7285fff a6020780
Pipeline #29749 passed with stages
in 57 seconds
......@@ -46,6 +46,7 @@ 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
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISCARD)
Duel.SetSelectedCard(e:GetHandler())
local sg=g:SelectSubGroup(tp,s.fselect,false,2,99,e,tp)
if sg and sg:GetCount()>=2 then
Duel.SendtoGrave(sg,REASON_EFFECT+REASON_DISCARD)
......
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