玩家属性新增minY,y_img更名imgY,修改锁延刷新机制

This commit is contained in:
MrZ_26
2020-08-08 02:39:29 +08:00
parent 9f6a3057f5
commit 7867f55610
3 changed files with 133 additions and 88 deletions

View File

@@ -230,7 +230,7 @@ function royaleLevelup()
local P=players.alive[i]
P.gameEnv.drop=int(P.gameEnv.drop*.3)
if P.gameEnv.drop==0 then
P.curY=P.y_img
P.curY=P.imgY
P.gameEnv._20G=true
if P.AI_mode=="CC"then CC_switch20G(P)end
end