Commit 5ff93fcb authored by Amiya's avatar Amiya

修复

parent 8584a9d3
Pipeline #41112 failed with stages
in 1 minute and 55 seconds
......@@ -60,8 +60,11 @@ end
function s.cfilter(c,e)
return c:IsFaceup() and c:IsCanBeEffectTarget(e)
end
function s.desfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x15)
end
function s.fselect(g)
return g:IsExists(aux.AND(Card.IsFaceup,Card.IsSetCard),1,nil,0x15)
return g:IsExists(s.desfilter)
end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
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