Commit ae7f0501 authored by Amiya's avatar Amiya

修复

parent f1385b5e
Pipeline #33624 passed with stages
in 2 minutes and 41 seconds
...@@ -39,7 +39,7 @@ function s.spcon1(e,tp,eg,ep,ev,re,r,rp) ...@@ -39,7 +39,7 @@ function s.spcon1(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and re:IsActiveType(TYPE_MONSTER) return ep==1-tp and re:IsActiveType(TYPE_MONSTER)
end end
function s.cfilter(c) function s.cfilter(c)
return c:IsSetCard(0x35) and c:IsType(TYPE_MONSTER) return c:IsDiscardable()
end end
function s.sptg1(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 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