顶替CC的9S大幅加速

This commit is contained in:
MrZ626
2020-10-18 00:43:47 +08:00
parent a722bae1c9
commit 9722ba7084

View File

@@ -1332,7 +1332,10 @@ local function loadAI(P,AIdata)--Load AI params
bag=AIdata.bag,
node=AIdata.node,
}
if not CC then P.AI_mode="9S"end
if not CC then
P.AI_mode="9S"
P.AI_delay0=int(P.AI_delay0*.26)
end
if P.AI_mode=="CC"then
P.RS=kickList.AIRS
local opt,wei=CC.getConf()