Bug #36 workaround: Make Tux invincible after beating Yeti.
authorChristoph Sommer <mail@christoph-sommer.de>
Sun, 14 Jan 2007 22:20:18 +0000 (22:20 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sun, 14 Jan 2007 22:20:18 +0000 (22:20 +0000)
SVN-Revision: 4565

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

index 3ceffd2..daea254 100644 (file)
@@ -106,6 +106,7 @@ Effect.fade_in(1);
          (x 2)
          (y 177)
          (dead-script "
+sector.Tux.make_invincible();
 play_sound(\"sounds/yeti_finish.ogg\");
 wait(6);
 Effect.fade_out(5.5);