# HG changeset patch # User Wuzzy # Date 1507833039 -7200 # Node ID 608db0fb90f0bf41d62ea785e72f06c31ace8f07 # Parent f2690a0ccf1985722dfc22f7544f5b73ec78b558 Explain TropyRace's knockout rule in the mission panel diff -r f2690a0ccf19 -r 608db0fb90f0 share/hedgewars/Data/Maps/TrophyRace/map.lua --- a/share/hedgewars/Data/Maps/TrophyRace/map.lua Thu Oct 12 20:17:00 2017 +0200 +++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua Thu Oct 12 20:30:39 2017 +0200 @@ -64,7 +64,11 @@ end function onGameStart() - ShowMission(loc("TrophyRace"), loc("Race"), loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0) + ShowMission(loc("TrophyRace"), loc("Race"), + loc("Use your rope to get from start to finish as fast as you can!") .. "|" .. + loc("In each round, the worst hedgehog of the round is eliminated.") .. "|" .. + loc("The last surviving clan wins."), + -amRope, 0) started = true p=1820 for i = 0, numhhs - 1 do