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