equal
deleted
inserted
replaced
743 EndGame() |
743 EndGame() |
744 end |
744 end |
745 |
745 |
746 function sendStatsOnRetry() |
746 function sendStatsOnRetry() |
747 SendStat(siGameResult, loc("You have to travel again")) |
747 SendStat(siGameResult, loc("You have to travel again")) |
748 SendStat(siCustomAchievement, loc("Your first destination is the moon in order to get more fuel.")) |
748 if checkPointReached < 4 then |
|
749 SendStat(siCustomAchievement, loc("Your first destination is the moon in order to get more fuel.")) |
|
750 end |
749 SendStat(siCustomAchievement, loc("You have to be careful and must not die!")) |
751 SendStat(siCustomAchievement, loc("You have to be careful and must not die!")) |
750 sendSimpleTeamRankings({teamC.name}) |
752 sendSimpleTeamRankings({teamC.name}) |
751 EndGame() |
753 EndGame() |
752 end |
754 end |
753 |
755 |