share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert01.lua
changeset 9802 00216d609140
parent 9783 1e6b91080bfc
child 9810 54c0fdec4600
equal deleted inserted replaced
9800:169fbb968bb3 9802:00216d609140
    22 local checkPointReached = 1 -- 1 is normal spawn
    22 local checkPointReached = 1 -- 1 is normal spawn
    23 -- dialogs
    23 -- dialogs
    24 local dialog01 = {}
    24 local dialog01 = {}
    25 -- mission objectives
    25 -- mission objectives
    26 local goals = {
    26 local goals = {
    27 	[dialog01] = {missionName, loc("Getting ready"), loc("The device part is hidden in one of the crates! Go and get it!"), 1, 4500},
    27 	[dialog01] = {missionName, loc("Getting ready"), loc("The device part is hidden in one of the crates! Go and get it!").."|"..
       
    28 			loc("Most of the destructible terrain in marked with blue color"), 1, 4500},
    28 }
    29 }
    29 -- crates
    30 -- crates
    30 local btorch1Y = 60
    31 local btorch1Y = 60
    31 local btorch1X = 2700
    32 local btorch1X = 2700
    32 local btorch2Y = 1900
    33 local btorch2Y = 1900