--- a/hedgewars/uGearsList.pas Mon Aug 03 17:07:38 2015 +0900
+++ b/hedgewars/uGearsList.pas Wed Aug 05 11:33:02 2015 -0400
@@ -238,6 +238,8 @@
gtMelonPiece: begin
gear^.AdvBounce:= 1;
gear^.Density:= _2;
+ gear^.Elasticity:= _0_8;
+ gear^.Friction:= _0_995;
gear^.Radius:= 4
end;
gtHedgehog: begin