# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1508066139 -7200
# Node ID c4ea9f8fb48322df325fec316dcc309b118f04eb
# Parent  6726d5edfdfb75b9cd3b95b9e39abcfa9857a4ed
Highlander: Mention the "max. 1 ammo per type" rule in mission panel

diff -r 6726d5edfdfb -r c4ea9f8fb483 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()