Commit 020c39f1 authored by 未闻皂名's avatar 未闻皂名

2023/12/4 bug修复

parent 5773a8a4
Pipeline #24241 passed with stages
in 14 minutes and 22 seconds
...@@ -16,7 +16,7 @@ function cm.initial_effect(c) ...@@ -16,7 +16,7 @@ function cm.initial_effect(c)
end end
--Atk Up --Atk Up
function cm.filter1(c) function cm.filter1(c)
return c:IsLevelAbove(1) and c:IsAbleToGrave() return c:IsLevelAbove(1) and c:IsType(TYPE_NORMAL) and c:IsAbleToGrave()
end end
function cm.filter2(c,g) function cm.filter2(c,g)
return c:IsFaceup() and c:IsLevelAbove(1) return c:IsFaceup() and c:IsLevelAbove(1)
......
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