changeset 3749 | d0920e92008e |
parent 3734 | 304a83637eb4 |
child 3750 | 3aa85b5f3318 |
--- 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);