share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 12079 8f222872d432
parent 12077 ce3860c82c8b
child 12287 faf1b93422ba
equal deleted inserted replaced
12078:99bfd35b3924 12079:8f222872d432
    50     TurnTime = maxtime
    50     TurnTime = maxtime
    51     CaseFreq = 0
    51     CaseFreq = 0
    52     MinesNum = 0
    52     MinesNum = 0
    53     Explosives = 0
    53     Explosives = 0
    54     Delay = 500
    54     Delay = 500
    55     SuddenDeathTurns = 99999 -- "disable" sudden death
       
    56     Theme = 'Olympics'
    55     Theme = 'Olympics'
       
    56     -- Disable Sudden Death
       
    57     WaterRise = 0
       
    58     HealthDecrease = 0
    57 end
    59 end
    58 
    60 
    59 function onGameStart()
    61 function onGameStart()
    60     ShowMission(loc("TrophyRace"), loc("Race"), loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0)
    62     ShowMission(loc("TrophyRace"), loc("Race"), loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0)
    61     started = true
    63     started = true