Commit c858f12d authored by wind2009's avatar wind2009

Fix 黄泉天輪

parent 2f08ca2a
Pipeline #42064 canceled with stages
in 2 seconds
...@@ -61,7 +61,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,7 +61,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.spfilter2(c,e,tp) function s.spfilter2(c,e,tp)
return c:IsCanBeSpecialSummoned(e,0,tp,true,false) return c:IsCanBeSpecialSummoned(e,0,tp,true,false) and c:IsType(TYPE_MONSTER)
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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