share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
branchios-revival
changeset 11301 fa18940f290d
parent 11015 7a905f0070ce
child 11708 d5d798172875
equal deleted inserted replaced
11293:d1d66d1f6c8a 11301:fa18940f290d
  1515 				else
  1515 				else
  1516 					updateCost()
  1516 					updateCost()
  1517 				end
  1517 				end
  1518 
  1518 
  1519 
  1519 
  1520 				AddCaption(cat[cIndex],0xffba00ff,capgrpMessage)
  1520 				AddCaption(loc(cat[cIndex]),0xffba00ff,capgrpMessage)
  1521 				AddCaption(pMode[pIndex],0xffba00ff,capgrpMessage2)
  1521 				AddCaption(pMode[pIndex],0xffba00ff,capgrpMessage2)
  1522 				wallsVisible = true
  1522 				wallsVisible = true
  1523 			else
  1523 			else
  1524 				wallsVisible = false
  1524 				wallsVisible = false
  1525 			end
  1525 			end
  1789 				loc("Weapon Filter") .. ": " .. loc("Dematerializes weapons and equipment carried by enemy hedgehogs.")  .. "|" ..
  1789 				loc("Weapon Filter") .. ": " .. loc("Dematerializes weapons and equipment carried by enemy hedgehogs.")  .. "|" ..
  1790 				loc("Reflector Shield") .. ": " .. loc("Reflects enemy projectiles.")  .. "|" ..
  1790 				loc("Reflector Shield") .. ": " .. loc("Reflects enemy projectiles.")  .. "|" ..
  1791 
  1791 
  1792 				loc("Generator") .. ": " .. loc("Generates power.")  .. "|" ..
  1792 				loc("Generator") .. ": " .. loc("Generates power.")  .. "|" ..
  1793 				loc("Respawner") .. ": " .. loc("Resurrects dead hedgehogs.")  .. "|" ..
  1793 				loc("Respawner") .. ": " .. loc("Resurrects dead hedgehogs.")  .. "|" ..
  1794 				loc("Teleporation Node") .. ": " .. loc("Allows free teleportation between other nodes.")  .. "|" ..
  1794 				loc("Teleportation Node") .. ": " .. loc("Allows free teleportation between other nodes.")  .. "|" ..
  1795 				loc("Construction Station") .. ": " .. loc("Allows placement of girders, rubber-bands, mines, sticky mines and barrels.")  .. "|" ..
  1795 				loc("Construction Station") .. ": " .. loc("Allows placement of girders, rubber-bands, mines, sticky mines and barrels.")  .. "|" ..
  1796 				loc("Support Station") .. ": " .. loc("Allows the placement of weapons, utiliites, and health crates.")  .. "|" ..
  1796 				loc("Support Station") .. ": " .. loc("Allows the placement of weapons, utiliites, and health crates.")  .. "|" ..
  1797 
  1797 
  1798 
  1798 
  1799 				" " .. "|" ..
  1799 				" " .. "|" ..