# HG changeset patch # User Wuzzy # Date 1507593604 -7200 # Node ID 5a253f1580719744e57480b71bfae1866d0100f0 # Parent 6f05a02d43b254df3da2f8a53fb2bea0391640e1 Eliminate some possible spoilers in stats screen of ASA: fruit02 diff -r 6f05a02d43b2 -r 5a253f158071 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