bonus notice in the win/stats page spacecampaign
authorPeriklis Ntanasis <pntanasis@gmail.com>
Mon, 16 Sep 2013 05:27:52 +0300
branchspacecampaign
changeset 9631 a9b7bfac05ee
parent 9630 df942cfac4e6
child 9632 9dd1c36d8b54
bonus notice in the win/stats page
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death02.lua
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.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
--- 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
--- 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