# HG changeset patch # User nemo # Date 1345900662 14400 # Node ID f06d8603097cddca5d2ca0eee01982c3805efbff # Parent 1ef520fea21c6ce91f2d62c5e5df614b1a81c538 let's see if mikade will still accept this at least diff -r 1ef520fea21c -r f06d8603097c hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Sat Aug 25 08:39:52 2012 -0400 +++ b/hedgewars/uGearsHedgehog.pas Sat Aug 25 09:17:42 2012 -0400 @@ -636,7 +636,7 @@ end; gi := gi^.NextGear end; - ag:= AddGear(hwRound(Gear^.X), hwRound(Gear^.Y), gtAddAmmo, gstInvisible, _0, _0, GetRandom(100)+10); + ag:= AddGear(hwRound(Gear^.X), hwRound(Gear^.Y), gtAddAmmo, gstInvisible, _0, _0, GetRandom(125)+25); ag^.Pos:= Gear^.Pos; ag^.Power:= Gear^.Power end;