diff -r 23fb123bd70c -r a24c4a051960 hedgewars/uGearsUtils.pas --- a/hedgewars/uGearsUtils.pas Sat Oct 27 00:01:53 2018 +0200 +++ b/hedgewars/uGearsUtils.pas Sat Oct 27 03:58:01 2018 +0300 @@ -1346,6 +1346,9 @@ gtExplosives: //, //gtStructure: begin + if Ammo^.Kind = gtFirePunch then + PlaySound(sndFirePunchHit); + if Ammo^.Kind in [gtDEagleShot, gtSniperRifleShot, gtMinigunBullet] then begin VGear := AddVisualGear(t^.cX[i], t^.cY[i], vgtBulletHit);