Commit bb0c780d authored by 未闻皂名's avatar 未闻皂名

2022/5/8 bug修复

parent c95fc191
Pipeline #12544 passed with stages
in 4 minutes and 12 seconds
...@@ -22,7 +22,7 @@ function cm.exfilter(c) ...@@ -22,7 +22,7 @@ function cm.exfilter(c)
return c:IsFaceup() and c:IsCode(list[1]) return c:IsFaceup() and c:IsCode(list[1])
end end
function cm.thfilter(c) function cm.thfilter(c)
return c:IsLevelAbove(3) and c:IsAbleToHand() return c:IsLevelBelow(3) and c:IsAbleToHand()
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetAttacker() local tc=Duel.GetAttacker()
......
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