--- a/share/hedgewars/Data/Maps/ClimbHome/map.lua Thu Mar 24 14:40:59 2016 +0300
+++ b/share/hedgewars/Data/Maps/ClimbHome/map.lua Mon Mar 28 21:20:11 2016 +0300
@@ -390,6 +390,7 @@
SendStat(siPlayerKills, tostring(roundedFinishTime), loc(GetHogTeamName(CurrentHedgehog)))
EndGame()
+ onAchievementsDeclaration()
YouWon = true
end
elseif distanceFromWater < 0 and not YouLost then
@@ -399,6 +400,7 @@
if deadHedgehogs >= totalHedgehogs then
makeFinalMultiPlayerStats()
EndGame()
+ onAchievementsDeclaration()
end
end
@@ -550,6 +552,7 @@
if deadHedgehogs >= totalHedgehogs then
makeFinalMultiPlayerStats()
EndGame()
+ onAchievementsDeclaration()
end
makeMultiPlayerLoserStat(gear)
end
@@ -598,6 +601,7 @@
SendStat(siPointType, loc("points"))
SendStat(siPlayerKills, actualHeight, loc(GetHogTeamName(CurrentHedgehog)))
EndGame()
+ onAchievementsDeclaration()
end
function makeMultiPlayerLoserStat(gear)