share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
changeset 13019 880662cf41ee
parent 12975 6d328f116044
child 13022 1e7ac94d9d3c
equal deleted inserted replaced
13018:0248cf0da834 13019:880662cf41ee
  1687 
  1687 
  1688 	trackTeams()
  1688 	trackTeams()
  1689 
  1689 
  1690 	ShowMission	(
  1690 	ShowMission	(
  1691 				loc("CONSTRUCTION MODE"),
  1691 				loc("CONSTRUCTION MODE"),
  1692 				loc("a Hedgewars mini-game"),
  1692 				loc("A Hedgewars mini-game"),
  1693 				loc("Build a fortress and destroy your enemy.") .. "|" ..
  1693 				loc("Build a fortress and destroy your enemy.") .. "|" ..
  1694 				loc("There are a variety of structures available to aid you.") .. "|" ..
  1694 				loc("There are a variety of structures available to aid you.") .. "|" ..
  1695 				loc("Use the structure placer to place structures.")
  1695 				loc("Use the structure placer to place structures.")
  1696 				, -amCMStructurePlacer, 5000
  1696 				, -amCMStructurePlacer, 5000
  1697 				)
  1697 				)