Revert commit 58b8f354e0 (#577)
This commit is contained in:
@@ -6,7 +6,7 @@ return{
|
|||||||
mText(TEXTOBJ.pc,63,410)
|
mText(TEXTOBJ.pc,63,410)
|
||||||
end,
|
end,
|
||||||
hook_drop=function(P)
|
hook_drop=function(P)
|
||||||
if P.lastPiece.pc and P.stat.row%4==0 then
|
if P.lastPiece.pc then
|
||||||
P.gameEnv.heightLimit=4
|
P.gameEnv.heightLimit=4
|
||||||
if P.stat.pc%5==0 then
|
if P.stat.pc%5==0 then
|
||||||
P.gameEnv.drop=math.max(P.gameEnv.drop-1,1)
|
P.gameEnv.drop=math.max(P.gameEnv.drop-1,1)
|
||||||
|
|||||||
Reference in New Issue
Block a user