Eliminate some possible spoilers in stats screen of ASA: fruit02
authorWuzzy <almikes@aol.com>
Tue, 10 Oct 2017 02:00:04 +0200
changeset 12680 5a253f158071
parent 12679 6f05a02d43b2
child 12681 4e5e725f2c56
Eliminate some possible spoilers in stats screen of ASA: fruit02
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua	Mon Oct 09 14:31:46 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua	Tue Oct 10 02:00:04 2017 +0200
@@ -339,18 +339,18 @@
 		SendStat(siCustomAchievement, loc("You can use the other 2 hogs to assist you."))
 		SendStat(siCustomAchievement, loc("Do not destroy the crates!"))
 		if tookPartInBattle then
-			SendStat(siCustomAchievement, loc("You'll have to eliminate the Fruit Assassins at the end."))
 			if permitCaptainLimeDeath then
+				SendStat(siCustomAchievement, loc("You'll have to eliminate the Fruit Assassins at the end."))
 				sendSimpleTeamRankings({teamC.name, teamA.name})
 			else
 				sendSimpleTeamRankings({teamA.name})
 			end
 		else
-			SendStat(siCustomAchievement, loc("You'll have to eliminate Captain Lime at the end."))
-			SendStat(siCustomAchievement, loc("Don't eliminate Captain Lime before collecting the last crate!"))
 			if permitCaptainLimeDeath then
+				SendStat(siCustomAchievement, loc("You'll have to eliminate Captain Lime at the end."))
 				sendSimpleTeamRankings({teamB.name, teamA.name})
 			else
+				SendStat(siCustomAchievement, loc("Don't eliminate Captain Lime before collecting the last crate!"))
 				sendSimpleTeamRankings({teamA.name})
 			end
 		end