Strategy mode endgame nerfed

pull/16/head
Ishaan Bhardwaj 2021-02-16 16:57:31 -05:00
parent 6e22e3d15b
commit 03491ba151
1 changed files with 2 additions and 3 deletions

View File

@ -52,9 +52,8 @@ function StrategyGame:getLineClearDelay()
end
function StrategyGame:getLockDelay()
if self.level < 500 then return 8
elseif self.level < 700 then return 6
else return 4 end
if self.level < 700 then return 8
else return 6 end
end
function StrategyGame:getGravity()