share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
branch0.9.18
changeset 7936 9f44e39d856c
parent 7895 ac1610a7b7fa
child 8043 da083f8d95e6
equal deleted inserted replaced
7935:f8941f0b7bef 7936:9f44e39d856c
    56 local inpara=false
    56 local inpara=false
    57 local asianflame=0
    57 local asianflame=0
    58 
    58 
    59 local temp_val=0
    59 local temp_val=0
    60 
    60 
    61 --för sabotage
    61 --f?r sabotage
    62 local disallowattack=0
    62 local disallowattack=0
    63 local disallowleft=true
    63 local disallowleft=true
    64 local disable_moving={}
    64 local disable_moving={}
    65 
    65 
    66 --skall bytas till för alla teams
    66 --skall bytas till f?r alla teams
    67 local continent = {}
    67 local continent = {}
    68 
    68 
    69 local weapontexts = {
    69 local weapontexts = {
    70 loc("Green lipstick bullet: [Is poisonous]"),
    70 loc("Green lipstick bullet: [Is poisonous]"),
    71 loc("Piñata bullet: [Contains some sweet candy!]"),
    71 loc("Piñata bullet: [Contains some sweet candy!]"),
   504 
   504 
   505 function onGameStart()
   505 function onGameStart()
   506 	--trackTeams()
   506 	--trackTeams()
   507 
   507 
   508 	ShowMission(loc("Continental supplies").." 1.1a",loc("Let a Continent provide your weapons!"),
   508 	ShowMission(loc("Continental supplies").." 1.1a",loc("Let a Continent provide your weapons!"),
   509 	loc("- Per team weapons|- 9 weaponschemes|- Unique new weapons| |Select continent first round with the Weapon Menu or by ([switch/tab]=Increase,[presice/left shift]=Decrease) on Skip|Some weapons have a second option. Find them with [switch/tab]"), -amLowGravity, 0)
   509 	loc("- Per team weapons|- 9 weaponschemes|- Unique new weapons| |Select continent first round with the Weapon Menu or by ([switch/tab]=Increase,[precise/left shift]=Decrease) on Skip|Some weapons have a second option. Find them with [switch/tab]"), -amLowGravity, 0)
   510 end
   510 end
   511 
   511 
   512 --what happen when a turn starts
   512 --what happen when a turn starts
   513 function onNewTurn()
   513 function onNewTurn()
   514 
   514