Commit 0cd5753f authored by 未闻皂名's avatar 未闻皂名

2022/1/26 bug修复

parent ce68fe5d
No preview for this file type
......@@ -14,7 +14,7 @@ function cm.initial_effect(c)
end
--Level Down
function cm.filter(c)
return c:IsFaceup() and c:IsLevelAbove(5) and c:IsLevelBelow(8)
return c:IsFaceup() and c:IsLevelAbove(3) and c:IsLevelBelow(8)
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,1) 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