Commit 8c812e99 authored by wind2009's avatar wind2009

Fix 蝕の双仔

parent 5dbc3c8f
...@@ -76,7 +76,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,7 +76,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if #g~=2 then return end if #g~=2 then return end
local exg=nil local exg=nil
if Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then if Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then
exg=g:Filter(Card.IsCanBeSpecialSummoned,nil,e,0,tp,false,false) exg=g:Filter(aux.NOT(Card.IsCanBeSpecialSummoned),nil,e,0,tp,false,false)
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)
......
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