classic_h 0.5G now starts on lvl19 (#601)

resolves #598
This commit is contained in:
NOT_A_ROBOT
2022-01-15 06:28:37 -08:00
committed by GitHub
parent efe4f5a210
commit dacefb2b01

View File

@@ -38,7 +38,7 @@ return{
local D=P.modeData
D.drought=P.lastPiece.id==7 and 0 or D.drought+1
if P.stat.row>=D.target then
if D.target==110 then
if D.target==100 then
P.gameEnv.drop,P.gameEnv.lock=2,2
P.gameEnv.sddas,P.gameEnv.sdarr=2,2
SFX.play('warn_1')