share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
changeset 11725 3444792e8ebe
parent 11724 cf4d61123440
child 11726 4addfad422ab
equal deleted inserted replaced
11724:cf4d61123440 11725:3444792e8ebe
  1546 	trackTeams()
  1546 	trackTeams()
  1547 
  1547 
  1548 	ShowMission	(
  1548 	ShowMission	(
  1549 				loc("CONSTRUCTION MODE"),
  1549 				loc("CONSTRUCTION MODE"),
  1550 				loc("a Hedgewars mini-game"),
  1550 				loc("a Hedgewars mini-game"),
  1551 				" " .. "|" ..
       
  1552 				loc("Build a fortress and destroy your enemy.") .. "|" ..
  1551 				loc("Build a fortress and destroy your enemy.") .. "|" ..
  1553 				loc("There are a variety of structures available to aid you.") .. "|" ..
  1552 				loc("There are a variety of structures available to aid you.") .. "|" ..
  1554 				loc("Use the air-attack weapons and the arrow keys to select structures.") .. "|" ..
  1553 				loc("Use the air-attack weapons and the arrow keys to select structures.") .. "|" ..
  1555 				" " .. "|" ..
  1554 				" " .. "|" ..
  1556 				loc("Healing Station") .. ": " .. loc("Grants nearby hogs life-regeneration.")  .. "|" ..
  1555 				loc("Healing Station") .. ": " .. loc("Grants nearby hogs life-regeneration.")  .. "|" ..
  1560 
  1559 
  1561 				loc("Generator") .. ": " .. loc("Generates power.")  .. "|" ..
  1560 				loc("Generator") .. ": " .. loc("Generates power.")  .. "|" ..
  1562 				loc("Respawner") .. ": " .. loc("Resurrects dead hedgehogs.")  .. "|" ..
  1561 				loc("Respawner") .. ": " .. loc("Resurrects dead hedgehogs.")  .. "|" ..
  1563 				loc("Teleportation Node") .. ": " .. loc("Allows free teleportation between other nodes.")  .. "|" ..
  1562 				loc("Teleportation Node") .. ": " .. loc("Allows free teleportation between other nodes.")  .. "|" ..
  1564 				loc("Construction Station") .. ": " .. loc("Allows placement of girders, rubber-bands, mines, sticky mines and barrels.")  .. "|" ..
  1563 				loc("Construction Station") .. ": " .. loc("Allows placement of girders, rubber-bands, mines, sticky mines and barrels.")  .. "|" ..
  1565 				loc("Support Station") .. ": " .. loc("Allows the placement of weapons, utiliites, and health crates.")  .. "|" ..
  1564 				loc("Support Station") .. ": " .. loc("Allows the placement of weapons, utiliites, and health crates.")
  1566 
  1565 				, 4, 5000
  1567 
       
  1568 				" " .. "|" ..
       
  1569 				"", 4, 5000
       
  1570 				)
  1566 				)
  1571 
  1567 
  1572 
  1568 
  1573 	sCirc = AddVisualGear(0,0,vgtCircle,0,true)
  1569 	sCirc = AddVisualGear(0,0,vgtCircle,0,true)
  1574 	SetVisualGearValues(sCirc, 0, 0, 100, 255, 1, 10, 0, 40, 3, 0x00000000)
  1570 	SetVisualGearValues(sCirc, 0, 0, 100, 255, 1, 10, 0, 40, 3, 0x00000000)