Control (style): Mention revival
authorWuzzy <Wuzzy2@mail.ru>
Fri, 17 May 2019 01:16:14 +0200
changeset 14984 6e17abf7b8ef
parent 14983 89f6a1154f67
child 14985 851f1687439d
Control (style): Mention revival
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