Commit 023575b3 authored by wyykak's avatar wyykak

fix 999111

parent e11261d6
......@@ -31,7 +31,7 @@ function M.tgfilter(c)
end
function M.thfilter(c)
return c:IsSetCard(0x46) and not c:IsCode(24235) and not c:IsCode(999110) and c:IsAbleToHand()
return c:IsSetCard(0x46) and not c:IsCode(24235) and not c:IsCode(Mid) and c:IsAbleToHand()
end
function M.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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