Highlander: Mention the "max. 1 ammo per type" rule in mission panel
authorWuzzy <almikes@aol.com>
Sun, 15 Oct 2017 13:15:39 +0200
changeset 12704 c4ea9f8fb483
parent 12703 6726d5edfdfb
child 12705 a523295df9d3
Highlander: Mention the "max. 1 ammo per type" rule in mission panel
share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Sun Oct 15 12:30:31 2017 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Sun Oct 15 13:15:39 2017 +0200
@@ -285,7 +285,8 @@
 	else
 		Goals = loc("Highlander: Eliminate hogs to take their weapons") .. "|"
 	end
-	Goals = Goals .. loc("Replenishment: Weapons are restocked on turn start of a new hog")
+	Goals = Goals .. loc("Replenishment: Weapons are restocked on turn start of a new hog") .. "|" ..
+	loc("Ammo Limit: Hogs can’t have more than 1 ammo per type")
 end
 
 function onGameStart()