equal
deleted
inserted
replaced
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 |