hedgewars/uGearsHedgehog.pas
changeset 10714 70f71fac37a3
parent 10669 4c78eafe76ac
child 10789 acbf69e2e5cf
--- 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);