diff -r daea2650a5aa -r d0920e92008e hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sat Aug 21 17:19:52 2010 +0200 +++ b/hedgewars/uGears.pas Sat Aug 21 22:36:59 2010 +0200 @@ -779,7 +779,7 @@ inc(step) end; stHealth: begin - if (TotalRounds = cSuddenDTurns - 1) and (cHealthDecrease = 0) then + if (TotalRounds = cSuddenDTurns - 1) and (cHealthDecrease = 0) and not isInMultiShoot then begin cHealthDecrease:= 5; AddCaption(trmsg[sidSuddenDeath], cWhiteColor, capgrpGameState);