Commit 5cee8c90 authored by Tachibana's avatar Tachibana

ndyd

parent 2cfd1362
......@@ -28,7 +28,7 @@ function c72411570.initial_effect(c)
c:RegisterEffect(e3)
end
function c72411570.filter(c)
return c:IsCode(24094653) and c:IsAbleToHand()
return c:IsCode(72411010) and c:IsAbleToHand()
end
function c72411570.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c72411570.filter,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -28,7 +28,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e2)
end
function cm.desfilter(c,tp)
return Duel.GetMZoneCount(tp,c)>1 and c:IsCode(72411270)
return Duel.GetMZoneCount(tp,c)>1 and (c:IsCode(72411270) or (c:IsType(TYPE_MONSTER) and c:IsType(TYPE_NORMAL)))
end
function cm.spfilter(c,e,tp)
return c:IsCode(72412460) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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