Fixed a tiny spelling mistake that made W1L7 harder to solve.
[supertux.git] / data / levels / world1 / default.nut
index 335649c..e049a59 100644 (file)
@@ -20,7 +20,7 @@ function intro()
   Text.set_text(translate("Then suddenly..."));
   Text.fade_in(1);
 
-// let's shake the bush...
+  // let's shake the bush...
   // Sound.play("sounds/rustle.wav");
   local bushx = BUSH.get_pos_x();
   local bushy = BUSH.get_pos_y();
@@ -37,7 +37,9 @@ function intro()
 
   wait(1)
   NOLOK.set_velocity(-120, 700);
-  wait(2);
+  wait(1.2);
+  NOLOK.set_velocity(0, 0);
+  wait(1);
 
 // nolok casts his spell...
   NOLOK.set_action("throw");