share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 12077 ce3860c82c8b
parent 11889 c8979eeb73fa
child 12079 8f222872d432
equal deleted inserted replaced
12076:543bc82e1e28 12077:ce3860c82c8b
   105 
   105 
   106 function onGameStart()
   106 function onGameStart()
   107     --SetClanColor(ClansCount-1, 0x0000ffff) appears to be broken
   107     --SetClanColor(ClansCount-1, 0x0000ffff) appears to be broken
   108     SendHealthStatsOff()
   108     SendHealthStatsOff()
   109     ShowMission(loc("Climb Home"),
   109     ShowMission(loc("Climb Home"),
   110                 loc("Rope to safety"),
   110                 loc("Challenge"),
   111                 loc("You are far from home, and the water is rising, climb up as high as you can!|Your score will be based on your height."),
   111                 loc("You are far from home, and the water is rising, climb up as high as you can!|Your score will be based on your height."),
   112                 -amRope, 0)
   112                 -amRope, 0)
   113     local x = 1818
   113     local x = 1818
   114     for h,i in pairs(HH) do
   114     for h,i in pairs(HH) do
   115         if h ~= nil then
   115         if h ~= nil then