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

2025/7/27 bug修复

parent 23b98ff0
Pipeline #39561 passed with stages
in 15 minutes and 57 seconds
...@@ -18,7 +18,7 @@ function cm.initial_effect(c) ...@@ -18,7 +18,7 @@ function cm.initial_effect(c)
end end
function cm.confilter1(c) function cm.confilter1(c)
return c:IsRace(RACE_GALAXY) return c:IsRace(RACE_DINOSAUR)
end end
function cm.confilter2(c) function cm.confilter2(c)
return c:IsType(TYPE_MONSTER) and not cm.confilter1(c) return c:IsType(TYPE_MONSTER) and not cm.confilter1(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