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
function cm.matfilter(c)
return not RD.IsMaximumMode(c) and c:GetBaseDefense()==1200 and c:IsFusionAttribute(ATTRIBUTE_WIND)
end
function cm.matcheck(g)
return g:GetCount()==2
function cm.matcheck(tp,sg,fc)
return sg:GetCount()==2
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
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