20G移出gameEnv属性

This commit is contained in:
MrZ626
2020-09-17 18:01:16 +08:00
parent 62099773f6
commit 3099043c62
9 changed files with 10 additions and 10 deletions

View File

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