Commit fb00eacc authored by Amiya's avatar Amiya

修复

parent 5ff93fcb
...@@ -64,7 +64,7 @@ function s.desfilter(c) ...@@ -64,7 +64,7 @@ function s.desfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x15) return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x15)
end end
function s.fselect(g) function s.fselect(g)
return g:IsExists(s.desfilter) return g:IsExists(s.desfilter,1,nil)
end end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end if chkc then return false 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