share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua
changeset 12680 5a253f158071
parent 12587 0b27d8b4f8e7
child 12933 e65aa3c3d4e6
--- 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