diff -r ac12876c4f66 -r 70f71fac37a3 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Wed Dec 24 11:50:53 2014 -0500 +++ b/hedgewars/uGearsHedgehog.pas Wed Dec 24 12:19:18 2014 -0500 @@ -834,7 +834,9 @@ Gear^.Hedgehog^.visStepPos:= (Gear^.Hedgehog^.visStepPos + 1) and 7; - if (not cArtillery) and ((Gear^.Message and gmPrecise) = 0) then + if (not cArtillery or + ((CurAmmoGear <> nil) and (CurAmmoGear^.Kind = gtBlowTorch))) and + ((Gear^.Message and gmPrecise) = 0) then MakeHedgehogsStep(Gear); SetAllHHToActive(false);