Commit 8b4047fd authored by TanakaKotoha's avatar TanakaKotoha

Mercury233

parent f7bb635b
...@@ -27,7 +27,7 @@ end ...@@ -27,7 +27,7 @@ end
function c81015000.spcon(e,c) function c81015000.spcon(e,c)
if c==nil then return true end if c==nil then return true end
return Tenka.ReikaCon(e) return Tenka.ReikaCon(e)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
end end
function c81015000.desfilter(c) function c81015000.desfilter(c)
return c:GetSequence()<5 return c:GetSequence()<5
......
...@@ -15,7 +15,7 @@ function c81017000.cfilter(c) ...@@ -15,7 +15,7 @@ function c81017000.cfilter(c)
end end
function c81017000.spcon(e,c) function c81017000.spcon(e,c)
if c==nil then return true end if c==nil then return true end
return Duel.IsExistingMatchingCard(c81017000.cfilter,tp,0,LOCATION_MZONE,1,nil) return Duel.IsExistingMatchingCard(c81017000.cfilter,c:GetControler(),0,LOCATION_MZONE,1,nil)
and not Duel.IsExistingMatchingCard(c81017000.cfilter,tp,LOCATION_MZONE,0,1,nil) and not Duel.IsExistingMatchingCard(c81017000.cfilter,c:GetControler(),LOCATION_MZONE,0,1,nil)
and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0 and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
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