Commit 4b52c861 authored by wind2009's avatar wind2009

Fix 蝕の双仔

parent 8440caff
...@@ -80,7 +80,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,7 +80,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if #exg==2 then exg=nil end if #exg==2 then exg=nil end
end end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local dc=g:FilterSelect(tp,s.spfilter,1,1,exg,g,e,tp):GetFirst() local dc=g:FilterSelect(tp,aux.NecroValleyFilter(s.spfilter),1,1,exg,g,e,tp):GetFirst()
if not dc then return end if not dc then return end
if Duel.SpecialSummon(dc,0,tp,tp,false,false,POS_FACEUP)~=0 then if Duel.SpecialSummon(dc,0,tp,tp,false,false,POS_FACEUP)~=0 then
g:RemoveCard(dc) g:RemoveCard(dc)
......
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