Commit 6cc72b28 authored by wind2009's avatar wind2009

Update 分裂するプラナリア

parent 5bf36e5f
...@@ -31,6 +31,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,6 +31,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<2 then return end if Duel.GetLocationCount(tp,LOCATION_MZONE)<2 then return end
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetMatchingGroup(s.filter,tp,LOCATION_DECK,0,nil,e,tp) local g=Duel.GetMatchingGroup(s.filter,tp,LOCATION_DECK,0,nil,e,tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=g:SelectSubGroup(tp,s.fselect,false,2,2) local sg=g:SelectSubGroup(tp,s.fselect,false,2,2)
if sg:GetCount()==2 then if sg:GetCount()==2 then
local fid=e:GetHandler():GetFieldID() local fid=e:GetHandler():GetFieldID()
......
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