diff -r 29e420194558 -r d9d1cb650ff8 hedgewars/uGears.pas --- 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)