share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 12709 c4ea9f8fb483
parent 12708 6726d5edfdfb
child 12711 b5e2834cd7b3
equal deleted inserted replaced
12708:6726d5edfdfb 12709:c4ea9f8fb483
   283 	if loyal then
   283 	if loyal then
   284 		Goals = loc("Loyal Highlander: Eliminate enemy hogs to take their weapons") .. "|"
   284 		Goals = loc("Loyal Highlander: Eliminate enemy hogs to take their weapons") .. "|"
   285 	else
   285 	else
   286 		Goals = loc("Highlander: Eliminate hogs to take their weapons") .. "|"
   286 		Goals = loc("Highlander: Eliminate hogs to take their weapons") .. "|"
   287 	end
   287 	end
   288 	Goals = Goals .. loc("Replenishment: Weapons are restocked on turn start of a new hog")
   288 	Goals = Goals .. loc("Replenishment: Weapons are restocked on turn start of a new hog") .. "|" ..
       
   289 	loc("Ammo Limit: Hogs can’t have more than 1 ammo per type")
   289 end
   290 end
   290 
   291 
   291 function onGameStart()
   292 function onGameStart()
   292     utilChoices[amSkip] = 0
   293     utilChoices[amSkip] = 0
   293     local c = 0
   294     local c = 0