share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 12699 608db0fb90f0
parent 12622 07fdda8c13a2
child 13008 99ff8f4810f4
equal deleted inserted replaced
12698:f2690a0ccf19 12699:608db0fb90f0
    62     WaterRise = 0
    62     WaterRise = 0
    63     HealthDecrease = 0
    63     HealthDecrease = 0
    64 end
    64 end
    65 
    65 
    66 function onGameStart()
    66 function onGameStart()
    67     ShowMission(loc("TrophyRace"), loc("Race"), loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0)
    67     ShowMission(loc("TrophyRace"), loc("Race"),
       
    68         loc("Use your rope to get from start to finish as fast as you can!") .. "|" ..
       
    69         loc("In each round, the worst hedgehog of the round is eliminated.") .. "|" ..
       
    70         loc("The last surviving clan wins."),
       
    71         -amRope, 0)
    68     started = true
    72     started = true
    69     p=1820
    73     p=1820
    70     for i = 0, numhhs - 1 do
    74     for i = 0, numhhs - 1 do
    71     p = p + 50    
    75     p = p + 50    
    72     SetGearPosition(hhs[i], p, 0)
    76     SetGearPosition(hhs[i], p, 0)