Commit be9ed274 authored by nekrozar's avatar nekrozar

fix

parent a592b04c
...@@ -30,9 +30,9 @@ function c36378213.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,9 +30,9 @@ function c36378213.activate(e,tp,eg,ep,ev,re,r,rp)
if ft<=0 then return end if ft<=0 then return end
local g=eg:Filter(c36378213.spfilter,nil,e,tp) local g=eg:Filter(c36378213.spfilter,nil,e,tp)
if g:GetCount()==0 then return end if g:GetCount()==0 then return end
if g:GetCount()>1 then if g:GetCount()>ft then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
g=g:Select(tp,1,ft,nil) g=g:Select(tp,ft,ft,nil)
end end
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
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