Commit 6a7fea53 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent aa34c18f
......@@ -96,7 +96,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.spfilter(c,e,tp)
return c:IsSetCard(0x341) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)
and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 and not c:IsCode(33400517)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.spfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp) 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