share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua
changeset 12901 bdf8e80a97b8
parent 12797 981036f1bdef
child 12903 9e7c1d5eec73
equal deleted inserted replaced
12900:a9e4e8fa852c 12901:bdf8e80a97b8
   257 end
   257 end
   258 
   258 
   259 function AfterStartAnim()
   259 function AfterStartAnim()
   260   SetGearMessage(leaks, 0)
   260   SetGearMessage(leaks, 0)
   261   TurnTimeLeft = TurnTime
   261   TurnTimeLeft = TurnTime
   262   local goal = loc("Get the crate on the other side of the island!|")
   262   local goal = loc("Get the crate on the other side of the island")
   263   local hint = loc("Hint: you might want to stay out of sight and take all the crates...|")
   263   local hint = loc("Hint: You might want to stay out of sight and take all the crates ...")
   264   local stuck = loc("If you get stuck, use your Desert Eagle or restart the mission!|")
   264   local stuck = loc("If you get stuck, use your Desert Eagle or restart the mission!")
   265   local conds = loc("Leaks A Lot must survive!")
   265   local conds = loc("Leaks A Lot must survive!")
   266   if m2DenseDead == 0 then
   266   if m2DenseDead == 0 then
   267     conds = loc("Your hogs must survive!")
   267     conds = loc("Your hogs must survive!")
   268   end
   268   end
   269   ShowMission(loc("The Journey Back"), loc("Adventurous"), goal .. hint .. stuck .. conds, 0, 7000)
   269   ShowMission(loc("The Journey Back"), loc("Adventurous"), goal .. "|" .. hint .. "|" .. stuck .. "|" .. conds, 0, 7000)
   270 end
   270 end
   271 
   271 
   272 function SkipStartAnim()
   272 function SkipStartAnim()
   273   AnimSwitchHog(leaks)
   273   AnimSwitchHog(leaks)
   274 end
   274 end