equal
deleted
inserted
replaced
21 -- dialogs |
21 -- dialogs |
22 local dialog01 = {} |
22 local dialog01 = {} |
23 local dialog02 = {} |
23 local dialog02 = {} |
24 -- mission objectives |
24 -- mission objectives |
25 local goals = { |
25 local goals = { |
26 [dialog01] = {missionName, loc("Getting ready"), loc("Collect the icegun and get the device part from Thanta"), 1, 4500}, |
26 [dialog01] = {missionName, loc("Getting ready"), loc("Collect the icegun and get the device part from Thanta") .. loc("Mines time: 0 seconds"), 1, 4500}, |
27 [dialog02] = {missionName, loc("Win"), loc("Congratulations, you collected the device part!"), 1, 3500}, |
27 [dialog02] = {missionName, loc("Win"), loc("Congratulations, you collected the device part!"), 1, 3500}, |
28 } |
28 } |
29 -- crates |
29 -- crates |
30 local icegunY = 1950 |
30 local icegunY = 1950 |
31 local icegunX = 260 |
31 local icegunX = 260 |