From 9b752d540e867cec6d0b3ccdea583333fcf5a081 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 30 Nov 2021 22:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=85=A2=E9=80=9F=E4=B8=8B?= =?UTF-8?q?=E8=90=BD=E6=9C=89=E6=8B=96=E5=BD=B1=E4=B8=8D=E5=A5=BD=E7=9C=8B?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81=E5=BF=98=E5=88=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 416cb5c2..892ac249 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -2455,7 +2455,6 @@ local function update_alive(P) if P.curY>P.ghoY then local D=P.dropDelay local dist--Drop distance - print(D) if D>1 then D=D-1 if P.downing>ENV.sddas then @@ -2489,7 +2488,7 @@ local function update_alive(P) dist=min(dist,P.curY-P.ghoY) --Drop and create FXs - if ENV.moveFX and ENV.block then + if ENV.moveFX and ENV.block and dist>1 then for _=1,dist do P:createMoveFX('down') P.curY=P.curY-1