diff -r 833ab5b359e5 -r 85921db6f7c3 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Jan 13 17:02:15 2019 +0100 +++ b/hedgewars/uVariables.pas Sun Jan 13 17:28:33 2019 +0100 @@ -2027,7 +2027,7 @@ NumberInCase: 1; Ammo: (Propz: ammoprop_NoCrosshair or ammoprop_NeedTarget or - ammoprop_NoTargetAfter or + // NoTargetAfter is handled manually in doStepPiano ammoprop_AttackingPut or ammoprop_DontHold or ammoprop_NotBorder or @@ -2037,7 +2037,7 @@ Timer: 0; Pos: 0; AmmoType: amPiano; - AttackVoice: sndIncoming; + AttackVoice: sndNone; // handled in doStepPiano Bounciness: defaultBounciness); Slot: 5; TimeAfterTurn: 0;