share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 15501 5a30396f8fb2
parent 14940 8b848c2939da
child 15502 ad9fe7dc2ff7
equal deleted inserted replaced
15500:5eda4d7056bc 15501:5a30396f8fb2
    92     EnableGameFlags(gfOneClanMode)
    92     EnableGameFlags(gfOneClanMode)
    93     DisableGameFlags(gfBottomBorder+gfBorder)
    93     DisableGameFlags(gfBottomBorder+gfBorder)
    94     --This reduced startup time by only about 15% and looked ugly
    94     --This reduced startup time by only about 15% and looked ugly
    95     --EnableGameFlags(gfDisableLandObjects) 
    95     --EnableGameFlags(gfDisableLandObjects) 
    96     -- force seed instead.  Some themes will still be easier, but at least you won't luck out on the same theme
    96     -- force seed instead.  Some themes will still be easier, but at least you won't luck out on the same theme
    97     Seed = ClimbHome
    97     Seed = ""
    98     -- Disable Sudden Death
    98     -- Disable Sudden Death
    99     WaterRise = 0
    99     WaterRise = 0
   100     HealthDecrease = 0
   100     HealthDecrease = 0
   101 end
   101 end
   102 
   102