Commit 18cbad61 authored by Amiya's avatar Amiya

修复

parent c62fa5df
Pipeline #40674 passed with stages
in 2 minutes and 14 seconds
...@@ -17,10 +17,10 @@ function s.cfilter(c) ...@@ -17,10 +17,10 @@ function s.cfilter(c)
return aux.IsCodeListed(c,68468459) and c:IsAbleToGraveAsCost() return aux.IsCodeListed(c,68468459) and c:IsAbleToGraveAsCost()
end end
function s.cfilter2(c) function s.cfilter2(c)
return c:IsSetCard(0x2d7) and c:IsType(TYPE_MONSTER) return c:IsFaceupEx() and c:IsSetCard(0x2d7) and c:IsType(TYPE_MONSTER)
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return c:IsFaceupEx() and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return 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