reduce waiting time when yeti is finished
authorMatthias Braun <matze@braunis.de>
Tue, 2 May 2006 18:55:24 +0000 (18:55 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 2 May 2006 18:55:24 +0000 (18:55 +0000)
SVN-Revision: 3486

data/levels/world1/27 - No More Mr Ice Guy.stl

index 7ecc889..2cc1479 100644 (file)
@@ -108,7 +108,7 @@ Effect.fade_in(1);
          (y 177)
          (dead-script "
 play_sound(\"sounds/yeti_finish.ogg\");
-wait(12);
+wait(6);
 Effect.fade_out(5.5);
 wait(5.5);
 Level.finish(true);