hedgewars/uGears.pas
branchicegun
changeset 8589 3bb505fc707e
parent 8576 286ebfcb3d97
parent 8562 d9d1cb650ff8
child 8632 b5ed76d2a1f9
--- a/hedgewars/uGears.pas	Tue Feb 26 20:26:49 2013 -0500
+++ b/hedgewars/uGears.pas	Tue Feb 26 20:37:58 2013 -0500
@@ -443,7 +443,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)