Highlander: Mention the "max. 1 ammo per type" rule in mission panel
--- 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()