Commit 7a6f0b43 authored by Tachibana's avatar Tachibana

ndyd

parent 7d0adf1a
Pipeline #4464 passed with stages
in 18 minutes and 51 seconds
......@@ -38,7 +38,7 @@ function cm.counterfilter(c)
return c:IsRace(RACE_ZOMBIE) or not c:IsLocation(LOCATION_EXTRA)
end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsRace(RACE_MACHINE) and not c:IsLocation(LOCATION_EXTRA)
return not c:IsRace(RACE_ZOMBIE) and not c:IsLocation(LOCATION_EXTRA)
end
function cm.spcon(e,c)
if c==nil then return true end
......
......@@ -31,7 +31,7 @@ end
function c21520110.ntcon(e,c,minc)
if c==nil then return true end
return minc==0 and c:GetLevel()>4 and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c21520110.filter,tp,LOCATION_MZONE,0,1,nil)
and Duel.IsExistingMatchingCard(c21520110.filter,c:GetControler(),LOCATION_MZONE,0,1,nil)
end
function c21520110.effectfilter(c)
return c:IsCode(21520133) and c:IsFaceup() and not c:IsStatus(STATUS_BATTLE_DESTROYED)
......
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