# HG changeset patch # User nemo # Date 1428093974 14400 # Node ID a4c454ef80a6aa92933cac8224870d1e9a9e0677 # Parent f7200e6142958ba2bb70f0bcc65391f59c090d79 enable bounce on rubber for air bombs. give them the missing elasticity they needed for the code there to work properly. diff -r f7200e614295 -r a4c454ef80a6 hedgewars/uGearsList.pas --- 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;