--- a/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua Tue Oct 31 18:30:53 2017 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua Tue Oct 31 19:27:23 2017 +0100
@@ -1419,8 +1419,8 @@
if suddenDeath == true then
onSuddenDeathTurn()
- else
- AddCaption(string.format(loc("Round %d (Sudden Death in round %d)"), (TotalRounds +1), (SuddenDeathTurns +2)), getHogInfo(CurHog, 'clanColor'), capgrpGameState)
+ elseif (TotalRounds + 1 >= 1) then
+ AddCaption(string.format(loc("Round %d (Sudden Death in round %d)"), (TotalRounds +1), (SuddenDeathTurns +2)), 0xFFFFFFFF, capgrpGameState)
end
-- Generate new weapons for last hog if it's still alive