Commit 88fa372c authored by nekrozar's avatar nekrozar

fix Black Dragon Ninja

parent 1d75c9bb
...@@ -107,7 +107,7 @@ function c56562619.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -107,7 +107,7 @@ function c56562619.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c56562619.spop(e,tp,eg,ep,ev,re,r,rp) function c56562619.spop(e,tp,eg,ep,ev,re,r,rp)
local ft1=Duel.GetLocationCount(tp,LOCATION_MZONE) local ft1=Duel.GetLocationCount(tp,LOCATION_MZONE)
local ft2=Duel.GetLocationCount(1-tp,LOCATION_MZONE) local ft2=Duel.GetLocationCount(1-tp,LOCATION_MZONE,tp)
local rg=e:GetLabelObject() local rg=e:GetLabelObject()
if (ft1<=0 and ft2<=0) or rg:GetCount()<=0 then return end if (ft1<=0 and ft2<=0) or rg:GetCount()<=0 then return end
local sg=nil local sg=nil
......
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