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

2025/7/13 bug修复

parent 6007ae4b
Pipeline #38946 passed with stages
in 7 minutes and 40 seconds
...@@ -25,8 +25,8 @@ end ...@@ -25,8 +25,8 @@ end
function cm.matfilter(c) function cm.matfilter(c)
return not RD.IsMaximumMode(c) and c:GetBaseDefense()==1200 and c:IsFusionAttribute(ATTRIBUTE_WIND) return not RD.IsMaximumMode(c) and c:GetBaseDefense()==1200 and c:IsFusionAttribute(ATTRIBUTE_WIND)
end end
function cm.matcheck(g) function cm.matcheck(tp,sg,fc)
return g:GetCount()==2 return sg:GetCount()==2
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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