Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
authornemo
Sun, 29 Apr 2018 09:24:14 -0400
changeset 13347 e7b89e87a1b3
parent 13345 e54d6db06f35
child 13348 5f6208031658
Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
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;