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

2023/1/5 bug修复

parent 388cf30f
...@@ -19,7 +19,7 @@ function cm.initial_effect(c) ...@@ -19,7 +19,7 @@ function cm.initial_effect(c)
end end
--Activate --Activate
function cm.confilter(c,tp) 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 end
function cm.filter(c) function cm.filter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeck() 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