From ac8a41004b90f22da2e117463fee0c1954a4e85b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 23 Mar 2021 16:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=81=E5=AE=9A=E9=9F=B3?= =?UTF-8?q?=E6=95=88=E6=92=AD=E6=94=BE=E7=9A=84=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 7c21e646..92bf3155 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1123,9 +1123,14 @@ do--Player.drop(P)--Place piece SFX.play("finesseError_long",.6) elseif ENV.fine then SFX.play("finesseError",.8) + else + SFX.fieldPlay("lock",nil,P) end end + elseif P.sound then + SFX.fieldPlay("lock",nil,P) end + if finePts<=1 then P.finesseCombo=0 else @@ -1133,7 +1138,6 @@ do--Player.drop(P)--Place piece if P.finesseCombo>2 then P.finesseComboTime=12 end - if P.sound then SFX.fieldPlay("lock",nil,P)end end piece.spin,piece.mini=dospin,false