Commit 241a99e6 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700664.lua

parent c07312b1
......@@ -79,10 +79,12 @@ function s.spcfilter2(c)
return c:IsSetCard(0x5529) and c:IsFaceup()
end
function s.spcon1(e,tp,eg,ep,ev,re,r,rp)
return not Duel.IsExistingMatchingCard(s.spcfilter,tp,LOCATION_MZONE,0,1,nil)
return Duel.IsExistingMatchingCard(s.spcfilter,tp,LOCATION_MZONE,0,1,nil) and
not Duel.IsExistingMatchingCard(s.spcfilter2,tp,LOCATION_MZONE,0,1,nil)
end
function s.spcon2(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(s.spcfilter2,tp,LOCATION_MZONE,0,1,nil)
return Duel.IsExistingMatchingCard(s.spcfilter,tp,LOCATION_MZONE,0,1,nil) and
Duel.IsExistingMatchingCard(s.spcfilter2,tp,LOCATION_MZONE,0,1,nil)
end
function s.spfilter1(c,e)
return not c:IsImmuneToEffect(e)
......
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