share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
changeset 12901 bdf8e80a97b8
parent 12900 a9e4e8fa852c
child 12940 39b7b3ed619e
equal deleted inserted replaced
12900:a9e4e8fa852c 12901:bdf8e80a97b8
   126 --for sundaland
   126 --for sundaland
   127 local GLOBAL_SUNDALAND_END_HOG=0
   127 local GLOBAL_SUNDALAND_END_HOG=0
   128 
   128 
   129 --====GENERAL GLOBALS (useful for handling continents)====
   129 --====GENERAL GLOBALS (useful for handling continents)====
   130 
   130 
   131 local GLOBAL_GENERAL_INFORMATION="- "..loc("Per team weapons").."|- "..loc("10 weapon schemes").."|- "..loc("Unique new weapons").."| |"..loc("Select your continent/weaponset: with the \"Up\" or \"Down\" keys. You can also select one with the weapons menu.").."|"..string.format(loc("Note: Some weapons have a second option (See continent information). Find and use them with the \"%s\" key."), loc("switch")).."|"..loc("Tip: See the \"Esc\" key (this menu) if you want to see the currently playing teams continent, or that continents specials.")
   131 local GLOBAL_GENERAL_INFORMATION="- "..loc("Per team weapons").."|- "..loc("10 weapon schemes").."|- "..loc("Unique new weapons").."| |"..loc("Select your continent/weaponset: With the \"Up\" or \"Down\" keys. You can also select one with the weapons menu.").."|"..string.format(loc("Note: Some weapons have a second option (See continent information). Find and use them with the \"%s\" key."), loc("switch")).."|"..loc("Tip: See the \"Esc\" key (this menu) if you want to see the currently playing teams continent, or that continents specials.")
   132 
   132 
   133 local GLOBAL_SHOW_SMALL_INFO=0
   133 local GLOBAL_SHOW_SMALL_INFO=0
   134 
   134 
   135 local GLOBAL_WEAPON_TEXTS = {
   135 local GLOBAL_WEAPON_TEXTS = {
   136 loc("Green lipstick bullet: [Poisonous, deals no damage]"),
   136 loc("Green lipstick bullet: [Poisonous, deals no damage]"),