share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua
changeset 12423 665317ace94e
parent 12422 f6fc84c55bfa
child 12424 6944a9161cdb
equal deleted inserted replaced
12422:f6fc84c55bfa 12423:665317ace94e
  1674 
  1674 
  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, 0)
  1680 end
  1680 end
  1681 
  1681 
  1682 function onGameInit()
  1682 function onGameInit()
  1683   --[[ CONFIGURATEABLE FOR PLAYERS ]]--
  1683   --[[ CONFIGURATEABLE FOR PLAYERS ]]--
  1684   --[[ ONCE IT HAS BEEN ADDED TO HW ]]--
  1684   --[[ ONCE IT HAS BEEN ADDED TO HW ]]--