This commit is contained in:
NOT_A_ROBOT
2022-01-05 13:34:40 +07:00
committed by GitHub
parent a0596acfde
commit db17575ca3

View File

@@ -6,7 +6,7 @@ return{
mText(TEXTOBJ.pc,63,410)
end,
hook_drop=function(P)
if P.lastPiece.pc and P.stat.row%4==0 then
if P.lastPiece.pc then
P.gameEnv.heightLimit=4
if P.stat.pc%5==0 then
P.gameEnv.drop=math.max(P.gameEnv.drop-1,1)