--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua Fri Apr 28 20:53:22 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua Fri Apr 28 21:25:47 2017 +0200
@@ -223,6 +223,7 @@
EndTurn(0)
ShowMission(loc("The Journey Back"), loc("The Savior"),
loc("Get Dense Cloud out of the pit!") .. "|" ..
+ loc("Your hogs must survive!") .. "|" ..
loc("Beware of mines: They explode after 5 seconds."), 1, 5000)
end
@@ -244,6 +245,8 @@
EndTurn(true)
ShowMission(loc("The Journey Back"), loc("They never learn"),
loc("Free Dense Cloud and continue the mission!") .. "|" ..
+ loc("Collect the weapon crate at the left coast!") .. "|" ..
+ loc("Your hogs must survive!") .. "|" ..
loc("Mines time: 5 seconds"), 1, 5000)
end
@@ -831,7 +834,10 @@
end
function DoTookBlowTorch()
- ShowMission(loc("The Journey Back"), loc("The Tunnel Maker"), loc("Hint: Select the blowtorch, aim and press [Fire]. Press [Fire] again to stop.").."|"..loc("Don't blow up the crate."), 0, 6000)
+ ShowMission(loc("The Journey Back"), loc("The Tunnel Maker"),
+ loc("Get past the flower.").."|"..
+ loc("Hint: Select the blow torch, aim and press [Fire]. Press [Fire] again to stop.").."|"..
+ loc("Don't blow up the crate."), 0, 6000)
end
function CheckTookLowGravity()
@@ -840,6 +846,7 @@
function DoTookLowGravity()
ShowMission(loc("The Journey Back"), loc("The Moonwalk"),
+ loc("Hop on top of the next flower and advance to the left coast.").."|"..
loc("Hint: Select the low gravity and press [Fire].") .. "|" ..
loc("Beware of mines: They explode after 3 seconds."), 0, 6000)
end
@@ -872,7 +879,9 @@
function DoOnFirstGirder()
PlaceCourseMines()
- ShowMission(loc("The Journey Back"), loc("Slippery"), loc("You'd better watch your steps..."), 0, 4000)
+ ShowMission(loc("The Journey Back"), loc("Slippery"),
+ loc("Collect the weapon crate at the left coast!") .. "|" ..
+ loc("You'd better watch your steps..."), 0, 4000)
end
function CheckTookSniper()