# HG changeset patch # User alfadur # Date 1634336486 -10800 # Node ID b6379a7ed674281074b1a81875393473dd1fa506 # Parent c5198f55ee1cfdf1d109fcbb6ff181c69f3ff714 reduce blowtorch radius to avoid grabbing gears behind current🦔 diff -r c5198f55ee1c -r b6379a7ed674 hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Sat Oct 16 01:06:05 2021 +0300 +++ b/hedgewars/uGearsList.pas Sat Oct 16 01:21:26 2021 +0300 @@ -629,7 +629,7 @@ gear^.Friction:= _0_995 end; gtBlowTorch: begin - gear^.Radius:= cHHRadius + cBlowTorchC; + gear^.Radius:= cHHRadius + cBlowTorchC - 1; if gear^.Timer = 0 then gear^.Timer:= 7500 end; gtSwitcher: begin