Commit 930d1aae authored by 未闻皂名's avatar 未闻皂名

2025/1/3 bug修复

parent b6970b7e
Pipeline #32288 passed with stages
in 8 minutes and 15 seconds
...@@ -22,7 +22,7 @@ end ...@@ -22,7 +22,7 @@ end
--Fusion Material --Fusion Material
cm.unspecified_funsion=true cm.unspecified_funsion=true
function cm.matfilter(c) function cm.matfilter(c)
return c:IsLevelAbove(4) and c:IsFusionAttribute(ATTRIBUTE_EARTH) return c:IsLevelBelow(4) and c:IsFusionAttribute(ATTRIBUTE_EARTH)
end end
--To Deck --To Deck
function cm.tdfilter(c) function cm.tdfilter(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