# HG changeset patch # User belphegorr # Date 1341764920 -10800 # Node ID 9aba0c6458afc73a0debd1bd8dbe782e7080dbb5 # Parent 53f73f4ae2039f2d6f12b2398017b563dd840e87 Changed a ShowMission in Mission 4 diff -r 53f73f4ae203 -r 9aba0c6458af share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/united.lua --- a/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/united.lua Sun Jul 08 19:15:38 2012 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/united.lua Sun Jul 08 19:28:40 2012 +0300 @@ -46,7 +46,7 @@ function AfterStartAnim() local goal = loc("Defeat the cannibals!|") - local chiefgoal = loc("Try to protect the chief! Unlike your other hogs, he won't return on future missions if he dies.") + local chiefgoal = loc("Try to protect the chief! You won't lose if he dies, but it is advised that he survives.") TurnTimeLeft = TurnTime ShowMission(loc("United We Stand"), loc("Invasion"), goal .. chiefgoal, 1, 6000) end