equal
deleted
inserted
replaced
589 end; |
589 end; |
590 stHealth: begin |
590 stHealth: begin |
591 if (TotalRounds = cSuddenDTurns) and (cHealthDecrease = 0) then |
591 if (TotalRounds = cSuddenDTurns) and (cHealthDecrease = 0) then |
592 begin |
592 begin |
593 cHealthDecrease:= 5; |
593 cHealthDecrease:= 5; |
594 AddCaption(trmsg[sidSuddenDeath], $FFFFFF, capgrpGameState) |
594 AddCaption(trmsg[sidSuddenDeath], $FFFFFF, capgrpGameState); |
|
595 playSound(sndSuddenDeath, false, nil); |
595 end; |
596 end; |
596 |
597 |
597 if (cHealthDecrease = 0) |
598 if (cHealthDecrease = 0) |
598 or bBetweenTurns |
599 or bBetweenTurns |
599 or isInMultiShoot |
600 or isInMultiShoot |