diff -r e54d6db06f35 -r e7b89e87a1b3 hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Thu Apr 26 00:21:03 2018 +0200 +++ b/hedgewars/uGearsList.pas Sun Apr 29 09:24:14 2018 -0400 @@ -434,6 +434,7 @@ end end; gtAirMine: begin + gear^.AdvBounce:= 1; gear^.ImpactSound:= sndAirMineImpact; gear^.nImpactSounds:= 1; gear^.Health:= 30;