share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert01.lua
changeset 12226 3ec0261e01f0
parent 12049 030464f34d47
child 12468 d652c6f5d5f1
equal deleted inserted replaced
12225:93079fecbc77 12226:3ec0261e01f0
    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 in marked with blue color"), 1, 4500},
    29 			loc("Most of the destructible terrain in marked with blue color").."|"..loc("Mines time: 0 seconds"), 1, 4500},
    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