reduce blowtorch radius to avoid grabbing gears behind current🦔
authoralfadur
Sat, 16 Oct 2021 01:21:26 +0300
changeset 15842 b6379a7ed674
parent 15841 c5198f55ee1c
child 15843 4a1e3d824c34
reduce blowtorch radius to avoid grabbing gears behind current🦔
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