新增可变场地高度

This commit is contained in:
MrZ626
2021-03-02 01:17:03 +08:00
parent ea2db5da95
commit fa1cebca2d
4 changed files with 10 additions and 7 deletions

View File

@@ -818,7 +818,7 @@ function checkWarning()
end
end
end
GAME.warnLVL0=math.log(height-15+P1.atkBuffer.sum*.8)
GAME.warnLVL0=math.log(height-(P1.gameEnv.fieldH-5)+P1.atkBuffer.sum*.8)
end
local _=GAME.warnLVL
if _<GAME.warnLVL0 then