share/hedgewars/Data/Missions/Challenge/ClimbHome.lua
changeset 14480 208359558642
parent 13750 110d6c1e817f
child 15501 5a30396f8fb2
equal deleted inserted replaced
14479:4e5280a9e782 14480:208359558642
    21     DisableGameFlags(gfBottomBorder+gfBorder)
    21     DisableGameFlags(gfBottomBorder+gfBorder)
    22     CaseFreq = 0
    22     CaseFreq = 0
    23     Explosives = 0
    23     Explosives = 0
    24     MineDudPercent = 0
    24     MineDudPercent = 0
    25     Map = "ClimbHome"
    25     Map = "ClimbHome"
    26     AddTeam(loc("Lonely Hog"), -1, "bubble", "Island", "Default")
    26     AddMissionTeam(-1)
    27     player = AddHog(loc("Climber"), 0, 1, "NoHat")
    27     player = AddMissionHog(1)
    28     if showWaterStats then
    28     if showWaterStats then
    29         dummyHog = AddHog(" ", 0, 1, "NoHat")
    29         dummyHog = AddHog(" ", 0, 1, "NoHat")
    30         HH[dummyHog] = nil
    30         HH[dummyHog] = nil
    31         totalHedgehogs = totalHedgehogs - 1
    31         totalHedgehogs = totalHedgehogs - 1
    32         SendStat(siClanHealth, tostring(32640), " ")
    32         SendStat(siClanHealth, tostring(32640), " ")