Commit fce1f555 authored by Amiya's avatar Amiya

修复

parent 68f86684
Pipeline #40670 passed with stages
in 1 minute and 45 seconds
...@@ -19,7 +19,7 @@ function s.cfilter2(c) ...@@ -19,7 +19,7 @@ function s.cfilter2(c)
return c:IsSetCard(0x2d7) and c:IsType(TYPE_MONSTER) return c:IsSetCard(0x2d7) and c:IsType(TYPE_MONSTER)
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsFaceupEx() and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then if chkc then
......
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