Commit aab23850 authored by Tachibana's avatar Tachibana

ndyd

parent 588214e8
......@@ -33,7 +33,7 @@ function c60002007.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.DiscardHand(tp,Card.IsDiscardable,1,1,REASON_COST,nil)
end
function c60002007.spfilter(c,e,tp)
return c:IsSetCard(0xa903) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsCode(98818516) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c60002007.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>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