Commit 3a8d9c3a authored by Tachibana's avatar Tachibana

ndyd

parent 1d447b30
Pipeline #5160 failed with stages
in 33 minutes and 32 seconds
......@@ -24,7 +24,7 @@ function c50221215.cost(e,tp,eg,ep,ev,re,r,rp,chk)
return true
end
function c50221215.costfilter(c,e,tp)
return c:IsSetCard(0xcb1) and c:IsLevelAbove(1) and Duel.GetMZoneCount(tp,c)>0 and (c:IsFaceup() or c:IsControler(tp))
return c:IsSetCard(0xcb1) and c:IsLevelAbove(1) and Duel.GetMZoneCount(tp,c)>0
and Duel.IsExistingMatchingCard(c50221215.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp,c:GetCode(),c:GetLevel())
end
function c50221215.spfilter(c,e,tp,code,lv)
......
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