enable bounce on rubber for air bombs. give them the missing elasticity they needed for the code there to work properly.
--- a/hedgewars/uGearsList.pas Fri Apr 03 16:39:09 2015 -0400
+++ b/hedgewars/uGearsList.pas Fri Apr 03 16:46:14 2015 -0400
@@ -468,8 +468,11 @@
gear^.Tint:= gear^.Hedgehog^.Team^.Clan^.Color shl 8 or $FF
end;
gtAirBomb: begin
+ gear^.AdvBounce:= 1;
gear^.Radius:= 5;
gear^.Density:= _2;
+ gear^.Elasticity:= _0_55;
+ gear^.Friction:= _0_995
end;
gtBlowTorch: begin
gear^.Radius:= cHHRadius + cBlowTorchC;