From 9eee7778a4acdf8f22fcbe8830a2ed673dbbb5b9 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 2 Mar 2021 19:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=81=E5=BB=B6=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=9C=BA=E5=88=B6=E7=9A=84=E4=B8=80=E4=B8=AA=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 51dd7bc6..43272fca 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -470,7 +470,7 @@ function Player.freshBlock(P,mode)--string mode: push/move/fresh/newBlock end --Fresh delays - if mode=="move"or mode=="newBlock"or P.gameEnv.easyFresh and mode=="fresh"then + if mode=="move"or mode=="newBlock"or mode=="fresh"then local d0,l0=ENV.drop,ENV.lock if ENV.easyFresh then if P.lockDelay0 then @@ -480,14 +480,14 @@ function Player.freshBlock(P,mode)--string mode: push/move/fresh/newBlock P.lockDelay=l0 P.dropDelay=d0 end - if P.curY0 then P.freshTime=P.freshTime-1 P.dropDelay=d0