添加lockout判负规则(默认关闭)

This commit is contained in:
MrZ626
2021-11-19 02:33:21 +08:00
parent d9db55de44
commit fc74831700
13 changed files with 36 additions and 16 deletions

View File

@@ -1653,7 +1653,7 @@ do
end
--Check height limit
if cc==0 and #self.field>ENV.heightLimit then
if cc==0 and(#self.field>ENV.heightLimit or ENV.lockout and CY>ENV.fieldH)then
finish='lose'
end