equal
deleted
inserted
replaced
693 |
693 |
694 function InstructionsRace() |
694 function InstructionsRace() |
695 ShowMission(loc("Racer"), |
695 ShowMission(loc("Racer"), |
696 loc("A Hedgewars mini-game"), |
696 loc("A Hedgewars mini-game"), |
697 loc("Touch all waypoints as fast as you can!"), |
697 loc("Touch all waypoints as fast as you can!"), |
698 2, 4000) |
698 1, 4000) |
699 end |
699 end |
700 |
700 |
701 function onGameStart() |
701 function onGameStart() |
702 if ClansCount >= 2 then |
702 if ClansCount >= 2 then |
703 SendGameResultOff() |
703 SendGameResultOff() |