share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert01.lua
changeset 12934 bc7138add7eb
parent 12933 e65aa3c3d4e6
child 13583 141cdfe0f3ca
equal deleted inserted replaced
12933:e65aa3c3d4e6 12934:bc7138add7eb
    24 -- dialogs
    24 -- dialogs
    25 local dialog01 = {}
    25 local dialog01 = {}
    26 -- mission objectives
    26 -- mission objectives
    27 local goals = {
    27 local goals = {
    28 	[dialog01] = {missionName, loc("Getting ready"), loc("The device part is hidden in one of the crates! Go and get it!").."|"..
    28 	[dialog01] = {missionName, loc("Getting ready"), loc("The device part is hidden in one of the crates! Go and get it!").."|"..
    29 			loc("Most of the destructible terrain is marked with blue color").."|"..loc("Mines time: 0 seconds"), 1, 6000},
    29 			loc("Most of the destructible terrain is marked with dashed lines.").."|"..loc("Mines time: 0 seconds"), 1, 6000},
    30 }
    30 }
    31 -- crates
    31 -- crates
    32 local btorch1Y = 60
    32 local btorch1Y = 60
    33 local btorch1X = 2700
    33 local btorch1X = 2700
    34 local btorch2Y = 1900
    34 local btorch2Y = 1900