Commit 74d47a6f authored by Tachibana's avatar Tachibana

ndyd

parent b9e82050
......@@ -190,7 +190,7 @@ function c16160006.spcon(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():IsReason(REASON_DRAW)
end
function c16160006.spfilter(c)
return aux.IsCodeListed(c,16160006) and c:IsAbleToHand()
return aux.IsCodeListed(c,16161000) and c:IsAbleToHand()
end
function c16160006.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
......@@ -41,7 +41,7 @@ function cm.dfilter(c)
return c:IsType(TYPE_PENDULUM) and c:IsFaceup() and c:IsAbleToGrave() and c:IsLevelAbove(1)
end
function cm.filter(c,e,tp)
return aux.IsCodeListed(c,16160006)
return aux.IsCodeListed(c,16161000)
end
function cm.rcheck(tp,g,c)
return g:FilterCount(Card.IsLocation,nil,LOCATION_EXTRA)<=99
......@@ -105,7 +105,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
--e2
function cm.cfilter(c,tp)
return aux.IsCodeListed(c,16160006) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsPreviousLocation(LOCATION_MZONE)
return aux.IsCodeListed(c,16161000) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsPreviousLocation(LOCATION_MZONE)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local v=0
......
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