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

2026/1/29 bug修复

parent c420c69f
Pipeline #42749 passed with stages
in 10 minutes and 5 seconds
...@@ -31,7 +31,7 @@ function cm.initial_effect(c) ...@@ -31,7 +31,7 @@ function cm.initial_effect(c)
end end
--Atk Up --Atk Up
function cm.uptg(e,c) function cm.uptg(e,c)
return c:IsFaceup() and not RD.IsBaseDefense(c,2100) return c:IsFaceup() and RD.IsBaseDefense(c,2100)
end end
--Pierce --Pierce
function cm.prctg(e,c) function cm.prctg(e,c)
......
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