Commit 82e0f932 authored by mercury233's avatar mercury233

fix 交血鬼-ヴァンパイア・シェリダン

parent 7577da55
...@@ -75,7 +75,7 @@ end ...@@ -75,7 +75,7 @@ end
function c32302078.spop(e,tp,eg,ep,ev,re,r,rp) function c32302078.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
local sg=nil local sg=nil
local g=eg:Filter(c32302078.spfilter,nil,e,tp) local g=eg:Filter(aux.NecroValleyFilter(c32302078.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()==1 then
sg=g sg=g
......
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