修改锁定音效播放的条件
This commit is contained in:
@@ -1123,9 +1123,14 @@ do--Player.drop(P)--Place piece
|
|||||||
SFX.play("finesseError_long",.6)
|
SFX.play("finesseError_long",.6)
|
||||||
elseif ENV.fine then
|
elseif ENV.fine then
|
||||||
SFX.play("finesseError",.8)
|
SFX.play("finesseError",.8)
|
||||||
|
else
|
||||||
|
SFX.fieldPlay("lock",nil,P)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
elseif P.sound then
|
||||||
|
SFX.fieldPlay("lock",nil,P)
|
||||||
end
|
end
|
||||||
|
|
||||||
if finePts<=1 then
|
if finePts<=1 then
|
||||||
P.finesseCombo=0
|
P.finesseCombo=0
|
||||||
else
|
else
|
||||||
@@ -1133,7 +1138,6 @@ do--Player.drop(P)--Place piece
|
|||||||
if P.finesseCombo>2 then
|
if P.finesseCombo>2 then
|
||||||
P.finesseComboTime=12
|
P.finesseComboTime=12
|
||||||
end
|
end
|
||||||
if P.sound then SFX.fieldPlay("lock",nil,P)end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
piece.spin,piece.mini=dospin,false
|
piece.spin,piece.mini=dospin,false
|
||||||
|
|||||||
Reference in New Issue
Block a user