equal
deleted
inserted
replaced
535 SendStat(siGameResult, loc("Congratulations, you acquired the device part!")) |
535 SendStat(siGameResult, loc("Congratulations, you acquired the device part!")) |
536 SendStat(siCustomAchievement, string.format(loc("At the end of the game your health was %d."), GetHealth(hero.gear))) |
536 SendStat(siCustomAchievement, string.format(loc("At the end of the game your health was %d."), GetHealth(hero.gear))) |
537 -- maybe add number of tries for each part? |
537 -- maybe add number of tries for each part? |
538 SendStat(siPlayerKills,'1',teamC.name) |
538 SendStat(siPlayerKills,'1',teamC.name) |
539 SendStat(siPlayerKills,'0',teamB.name) |
539 SendStat(siPlayerKills,'0',teamB.name) |
|
540 resetCheckpoint() -- reset this mission |
540 EndGame() |
541 EndGame() |
541 end |
542 end |