CC函数整理

This commit is contained in:
MrZ626
2020-10-16 16:04:54 +08:00
parent 15df11312f
commit 0bdfaf34bb
3 changed files with 27 additions and 28 deletions

View File

@@ -384,7 +384,7 @@ function royaleLevelup()
if P.gameEnv.drop==0 then
P.curY=P.imgY
P._20G=true
if P.AI_mode=="CC"then CC_switch20G(P)end
if P.AI_mode=="CC"then CC.switch20G(P)end
end
end
end