# HG changeset patch # User nemo # Date 1438788782 14400 # Node ID 6e866be63b1d048e1d2b6640a0d277b378ce9449 # Parent 8c665914da2a00407f1db89844a022306196a777 oops. melon pieces need friction and elasticity to bounce right. diff -r 8c665914da2a -r 6e866be63b1d hedgewars/uGearsList.pas --- 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