share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 12079 8f222872d432
parent 12077 ce3860c82c8b
child 12188 099e59894671
equal deleted inserted replaced
12078:99bfd35b3924 12079:8f222872d432
    76     DisableGameFlags(gfBottomBorder+gfBorder)
    76     DisableGameFlags(gfBottomBorder+gfBorder)
    77     --This reduced startup time by only about 15% and looked ugly
    77     --This reduced startup time by only about 15% and looked ugly
    78     --EnableGameFlags(gfDisableLandObjects) 
    78     --EnableGameFlags(gfDisableLandObjects) 
    79     -- force seed instead.  Some themes will still be easier, but at least you won't luck out on the same theme
    79     -- force seed instead.  Some themes will still be easier, but at least you won't luck out on the same theme
    80     Seed = ClimbHome
    80     Seed = ClimbHome
       
    81     -- Disable Sudden Death
       
    82     WaterRise = 0
       
    83     HealthDecrease = 0
    81 end
    84 end
    82 
    85 
    83 function onGearAdd(gear)
    86 function onGearAdd(gear)
    84     if GetGearType(gear) == gtHedgehog then
    87     if GetGearType(gear) == gtHedgehog then
    85         HH[gear] = 1
    88         HH[gear] = 1