mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:19:02 -06:00
Strategy mode endgame nerfed
This commit is contained in:
parent
6e22e3d15b
commit
03491ba151
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user