# HG changeset patch # User Periklis Ntanasis # Date 1379298472 -10800 # Node ID a9b7bfac05ee731e4b18393a7f3cec890b0efa12 # Parent df942cfac4e64e9b33df551660d92293fda461a7 bonus notice in the win/stats page diff -r df942cfac4e6 -r a9b7bfac05ee share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death02.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death02.lua Mon Sep 16 05:22:40 2013 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death02.lua Mon Sep 16 05:27:52 2013 +0300 @@ -188,7 +188,7 @@ saveBonus(3, 4) SendStat('siGameResult', loc("Congratulations, you won!")) --1 SendStat('siCustomAchievement', loc("You complete the mission in "..TotalRounds.." rounds")) --11 - -- TODO SendStat('siCustomAchievement', loc("You have gained some extra life")) --11 + SendStat('siCustomAchievement', loc("The next 4 times you'll play the \"The last encounter\" mission you'll get 20 more hit points and a Laser Sight")) --11 SendStat('siPlayerKills','1',teamA.name) EndGame() end diff -r df942cfac4e6 -r a9b7bfac05ee share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua Mon Sep 16 05:22:40 2013 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua Mon Sep 16 05:27:52 2013 +0300 @@ -211,6 +211,7 @@ SendStat('siGameResult', loc("Congratulations, you are the best!")) --1 SendStat('siCustomAchievement', loc("You have destroyed all the targets")) --11 SendStat('siCustomAchievement', loc("You are indeed the best PAotH pilot")) --11 + SendStat('siCustomAchievement', loc("Next you play \"Searching in the dust\" you'll have an RC plane available")) --11 SendStat('siPlayerKills','1',teamA.name) EndGame() end diff -r df942cfac4e6 -r a9b7bfac05ee share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua Mon Sep 16 05:22:40 2013 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua Mon Sep 16 05:27:52 2013 +0300 @@ -214,7 +214,7 @@ saveBonus(2, 1) SendStat('siGameResult', loc("Congratulations, you won!")) --1 SendStat('siCustomAchievement', loc("You complete the mission in "..TotalRounds.." rounds")) --11 - -- TODO SendStat('siCustomAchievement', loc("You will gain some extra ammo the next time you play the Getting to the device mission")) --11 + SendStat('siCustomAchievement', loc("You will gain some extra ammo from the crates the next time you play the \"Getting to the device\" mission")) --11 SendStat('siPlayerKills','1',teamA.name) EndGame() end