Commit 9dcdf68d authored by wind2009's avatar wind2009

Fix 絢嵐たるクローゼア

parent 9d8b2a3d
Pipeline #37466 passed with stages
in 3 minutes and 38 seconds
...@@ -57,7 +57,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.thfilter(c,typ) function s.thfilter(c,typ)
return c:IsAbleToHand() and (c:IsSetCard(0x2d1) or c:IsCode(5318639)) return c:IsAbleToHand() and (c:IsSetCard(0x2d1) and not c:IsCode(id) or c:IsCode(5318639))
end end
function s.gcheck(g) function s.gcheck(g)
return g:FilterCount(Card.IsCode,nil,5318639)<=1 return g:FilterCount(Card.IsCode,nil,5318639)<=1
......
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