# HG changeset patch # User Wuzzy # Date 1509034806 -7200 # Node ID 2c426663d971b8f0d69e20ecad987a29673139b3 # Parent eed03e531823f054e67edce08468f82a62d71fd5 ACF2: Mention that both hogs must survive String freeze is preserved, the string is already in stub.lua. diff -r eed03e531823 -r 2c426663d971 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua Thu Oct 26 18:02:33 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua Thu Oct 26 18:20:06 2017 +0200 @@ -123,7 +123,7 @@ return end stage = spyStage - ShowMission(loc("The Shadow Falls"), loc("Play with me!"), loc("Kill the cannibal!"), 1, 6000) + ShowMission(loc("The Shadow Falls"), loc("Play with me!"), loc("Kill the cannibal!").."|"..loc("Both your hedgehogs must survive."), 1, 6000) TurnTimeLeft = TurnTime end @@ -160,7 +160,7 @@ SetGearMessage(dense, 0) SetGearMessage(leaks, 0) TurnTimeLeft = TurnTime - ShowMission(loc("The Shadow Falls"), loc("Why do you not like me?"), loc("Obliterate them!|Hint: You might want to take cover..."), 1, 6000) + ShowMission(loc("The Shadow Falls"), loc("Why do you not like me?"), loc("Obliterate them!|Hint: You might want to take cover...").."|"..loc("Both your hedgehogs must survive."), 1, 6000) end function SkipWeaklingsAnim() @@ -811,7 +811,7 @@ if stage == loseStage then return end - ShowMission(loc("The Shadow Falls"), loc("The guardian"), loc("Protect yourselves!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"), 1, 8000) + ShowMission(loc("The Shadow Falls"), loc("The guardian"), loc("Protect yourselves!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power").."|"..loc("Both your hedgehogs must survive."), 1, 8000) AddAmmo(dense, amSkip, 100) AddAmmo(dense, amSwitch, 100) AddAmmo(leaks, amSkip, 100)