share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/final.lua
changeset 12226 3ec0261e01f0
parent 12049 030464f34d47
child 12468 d652c6f5d5f1
equal deleted inserted replaced
12225:93079fecbc77 12226:3ec0261e01f0
    11 
    11 
    12 ----------------- VARIABLES --------------------
    12 ----------------- VARIABLES --------------------
    13 -- globals
    13 -- globals
    14 local missionName = loc("The big bang")
    14 local missionName = loc("The big bang")
    15 local challengeObjectives = loc("Find a way to detonate all the explosives and stay alive!").."|"..
    15 local challengeObjectives = loc("Find a way to detonate all the explosives and stay alive!").."|"..
    16 							loc("Red areas are indestructible").."|"..
    16 							loc("Red areas are indestructible.").."|"..
    17 							loc("Green areas are portal-proof")
    17 							loc("Green areas are portal-proof.").."|"..
       
    18 							loc("Mines time: 0 seconds")
    18 local explosives = {}
    19 local explosives = {}
    19 local currentHealth = 1
    20 local currentHealth = 1
    20 local currentDamage = 0
    21 local currentDamage = 0
    21 -- hogs
    22 -- hogs
    22 local hero = {
    23 local hero = {