equal
deleted
inserted
replaced
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 |