share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua
changeset 12268 2c8e7e73ef58
parent 12229 d62d6f8ebef1
child 12377 35e76306b016
equal deleted inserted replaced
12267:2c11b8f5fa4d 12268:2c8e7e73ef58
   819 function CheckTookBlowTorch()
   819 function CheckTookBlowTorch()
   820   return blowTaken
   820   return blowTaken
   821 end
   821 end
   822 
   822 
   823 function DoTookBlowTorch()
   823 function DoTookBlowTorch()
   824   ShowMission(loc("The Journey Back"), loc("The Tunnel Maker"), loc("Hint: Select the BlowTorch, aim and press [Fire]. Press [Fire] again to stop.|Don't blow up the crate."), 0, 6000)
   824   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)
   825 end
   825 end
   826 
   826 
   827 function CheckTookLowGravity()
   827 function CheckTookLowGravity()
   828   return gravityTaken
   828   return gravityTaken
   829 end
   829 end
   830 
   830 
   831 function DoTookLowGravity()
   831 function DoTookLowGravity()
   832   ShowMission(loc("The Journey Back"), loc("The Moonwalk"), loc("Hint: Select the LowGravity and press [Fire]."), 0, 6000)
   832   ShowMission(loc("The Journey Back"), loc("The Moonwalk"), loc("Hint: Select the low gravity and press [Fire]."), 0, 6000)
   833 end
   833 end
   834 
   834 
   835 function CheckOnBridge()
   835 function CheckOnBridge()
   836   return leaksDead == false and GetX(leaks) < 1651 and StoppedGear(leaks)
   836   return leaksDead == false and GetX(leaks) < 1651 and StoppedGear(leaks)
   837 end
   837 end