diff -r 89f6a1154f67 -r 6e17abf7b8ef share/hedgewars/Data/Maps/Control/map.lua --- a/share/hedgewars/Data/Maps/Control/map.lua Fri May 17 01:10:17 2019 +0200 +++ b/share/hedgewars/Data/Maps/Control/map.lua Fri May 17 01:16:14 2019 +0200 @@ -7,6 +7,7 @@ -- Rules: -- * You generate points while standing on a pillar during your turn. +-- * Hogs get revived. -- * Control more pillars for more points -- * If multiple clans compete for a pillar, no one generates points for this pillar. -- * If you skip turn, you win the same points as if you would have just waited out the turn @@ -316,6 +317,7 @@ end missionHelp = loc("Control pillars to score points.") .. "|" .. + loc("Hedgehogs will be revived after their death.") .. "|" .. string.format(loc("Score goal: %d"), pointLimit) -- reposition hogs if they are on control points until they are not or sanity limit kicks in