Commit 2616b327 authored by a597449807's avatar a597449807 Committed by GitHub

Fix Magicolloidal Sol (#2901)

parent e6aed49b
...@@ -95,10 +95,12 @@ function s.scop(e,tp,eg,ep,ev,re,r,rp) ...@@ -95,10 +95,12 @@ function s.scop(e,tp,eg,ep,ev,re,r,rp)
else else
local mg=Duel.GetMatchingGroup(Card.IsFaceup,tp,LOCATION_MZONE,0,nil) local mg=Duel.GetMatchingGroup(Card.IsFaceup,tp,LOCATION_MZONE,0,nil)
local exg=Duel.GetMatchingGroup(s.exgfilter,tp,LOCATION_EXTRA,0,nil,mg,c) local exg=Duel.GetMatchingGroup(s.exgfilter,tp,LOCATION_EXTRA,0,nil,mg,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) if exg:GetCount()>0 then
local sc=exg:Select(tp,1,1,nil):GetFirst() Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_XMATERIAL) local sc=exg:Select(tp,1,1,nil):GetFirst()
local msg=mg:SelectSubGroup(tp,s.exgselect,false,1,#mg,sc,c) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_XMATERIAL)
Duel.XyzSummon(tp,sc,msg,#msg,#msg) local msg=mg:SelectSubGroup(tp,s.exgselect,false,1,#mg,sc,c)
Duel.XyzSummon(tp,sc,msg,#msg,#msg)
end
end end
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