equal
deleted
inserted
replaced
13 local startChallenge = false |
13 local startChallenge = false |
14 -- dialogs |
14 -- dialogs |
15 local dialog01 = {} |
15 local dialog01 = {} |
16 -- mission objectives |
16 -- mission objectives |
17 local goals = { |
17 local goals = { |
18 [dialog01] = {missionName, loc("Getting ready"), loc("Use the rope to quickly get to the surface!"), 1, 4500}, |
18 [dialog01] = {missionName, loc("Getting ready"), loc("Use the rope to quickly get to the surface!" .. "|" .. loc("Mines time: 1 second")), 1, 4500}, |
19 } |
19 } |
20 -- health crates |
20 -- health crates |
21 healthX = 565 |
21 healthX = 565 |
22 health1Y = 1400 |
22 health1Y = 1400 |
23 health2Y = 850 |
23 health2Y = 850 |