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

bug修复

parent 8eb9bd9b
Pipeline #34886 passed with stages
in 12 minutes and 23 seconds
...@@ -29,6 +29,7 @@ end ...@@ -29,6 +29,7 @@ end
cm.unspecified_funsion=true cm.unspecified_funsion=true
function cm.matfilter(c) function cm.matfilter(c)
return not RD.IsMaximumMode(c) and c:GetBaseAttack()==c:GetBaseDefense() return not RD.IsMaximumMode(c) and c:GetBaseAttack()==c:GetBaseDefense()
and c:IsFusionAttribute(ATTRIBUTE_EARTH) and c:IsRace(RACE_MACHINE)
end end
--Material Check --Material Check
function cm.exfilter(c) function cm.exfilter(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