share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice01.lua
changeset 12227 5afbffc6725d
parent 12226 3ec0261e01f0
child 12468 d652c6f5d5f1
equal deleted inserted replaced
12226:3ec0261e01f0 12227:5afbffc6725d
    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") .. loc("Mines time: 0 seconds"), 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