share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert02.lua
changeset 12227 5afbffc6725d
parent 12226 3ec0261e01f0
child 12469 2041d1e98ab2
equal deleted inserted replaced
12226:3ec0261e01f0 12227:5afbffc6725d
    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!" .. "|" .. loc("Mines time: 1 second")), 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