share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 14611 c5f18710a184
parent 14599 50f511588635
child 14949 4c5fb1ee75b7
equal deleted inserted replaced
14608:164ec37e9e4b 14611:c5f18710a184
   670     return text
   670     return text
   671 end
   671 end
   672 
   672 
   673 function makeSinglePlayerLoserStats()
   673 function makeSinglePlayerLoserStats()
   674     local actualHeight = getActualHeight(RecordHeight)
   674     local actualHeight = getActualHeight(RecordHeight)
   675     SendStat(siGameResult, loc("You lose!"))
   675     SendStat(siGameResult, loc("Challenge over!"))
   676     SendStat(siGraphTitle, loc("Your height over time"))
   676     SendStat(siGraphTitle, loc("Your height over time"))
   677     local text
   677     local text
   678     if actualHeight > 30000 then text = loc("%s was damn close to home.")
   678     if actualHeight > 30000 then text = loc("%s was damn close to home.")
   679     elseif actualHeight > 28000 then text = loc("%s was close to home.")
   679     elseif actualHeight > 28000 then text = loc("%s was close to home.")
   680     elseif actualHeight > 24265 then text = loc("%s was good, but not good enough.")
   680     elseif actualHeight > 24265 then text = loc("%s was good, but not good enough.")