hedgewars/uGears.pas
changeset 8562 d9d1cb650ff8
parent 8492 67d2ad3b3ce9
child 8589 3bb505fc707e
--- a/hedgewars/uGears.pas	Fri Feb 22 23:59:52 2013 +0400
+++ b/hedgewars/uGears.pas	Fri Feb 22 19:24:59 2013 -0500
@@ -442,7 +442,8 @@
 
 if TurnTimeLeft > 0 then
     if CurrentHedgehog^.Gear <> nil then
-        if ((CurrentHedgehog^.Gear^.State and gstAttacking) = 0) then
+        if ((CurrentHedgehog^.Gear^.State and gstAttacking) = 0) and 
+            not(isInMultiShoot and (CurrentHedgehog^.CurAmmoType in [amShotgun, amDEagle, amSniperRifle])) then
                 begin
                 if (TurnTimeLeft = 5000)
                 and (cHedgehogTurnTime >= 10000)