--- a/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Tue May 28 00:48:17 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Tue May 28 01:28:59 2019 +0200
@@ -399,12 +399,18 @@
end
end
+ local icon
+ if roundNumber >= roundLimit then
+ icon = 0
+ else
+ icon = 2
+ end
ShowMission(loc("TechRacer"),
loc("Status update"),
string.format(loc("Rounds complete: %d/%d"), roundNumber, roundLimit) .. "| |" ..
loc("Best team times: ") .. "|" ..
totalComment,
- 0, 4000)
+ icon, 4000)
-- end game if its at round limit
if roundNumber >= roundLimit then