Commit 0647d6f6 authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent 4d7c7333
Pipeline #30924 failed with stages
in 23 minutes and 42 seconds
...@@ -35,7 +35,7 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,7 +35,7 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return c:GetSequence()>4 return c:GetSequence()>4
end end
function cm.spfilter(c,e,tp) function cm.spfilter(c,e,tp)
return c:IsAttack(1550) and c:IsType(TYPE_PENDULUM) and c:IsDefense(1050) return c:IsFaceup() and c:IsAttack(1550) and c:IsType(TYPE_PENDULUM) and c:IsDefense(1050)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
end 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