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

2023/1/5 bug修复

parent 388cf30f
Pipeline #19178 passed with stages
in 5 minutes and 16 seconds
......@@ -19,7 +19,7 @@ function cm.initial_effect(c)
end
--Activate
function cm.confilter(c,tp)
return c:GetSummonPlayer()==tp and c:IsFaceup() and c:IsLevelBelow(7)
return c:GetSummonPlayer()==tp and c:IsFaceup() and c:IsLevelAbove(7)
end
function cm.filter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeck()
......
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