share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua
changeset 12416 91697da092ff
parent 12415 e11758f70cce
child 12417 f6fc84c55bfa
equal deleted inserted replaced
12415:e11758f70cce 12416:91697da092ff
  1675   if mode == 'highland' then
  1675   if mode == 'highland' then
  1676     txt = txt .. string.format(loc("Highland: Hogs get %d random weapons from their pool"), highPickupSDCount) .. "|"
  1676     txt = txt .. string.format(loc("Highland: Hogs get %d random weapons from their pool"), highPickupSDCount) .. "|"
  1677   end
  1677   end
  1678 
  1678 
  1679   ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 1000)
  1679   ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 1000)
  1680 
       
  1681   -- Tell the user about the amount of rounds until sudden death
       
  1682   AddCaption(string.format(loc("Rounds until Sudden Death: %d"), SuddenDeathTurns +2), 0xFFFFFFFF, capgrpGameState)
       
  1683 end
  1680 end
  1684 
  1681 
  1685 function onGameInit()
  1682 function onGameInit()
  1686   --[[ CONFIGURATEABLE FOR PLAYERS ]]--
  1683   --[[ CONFIGURATEABLE FOR PLAYERS ]]--
  1687   --[[ ONCE IT HAS BEEN ADDED TO HW ]]--
  1684   --[[ ONCE IT HAS BEEN ADDED TO HW ]]--