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