From: Christoph Sommer Date: Thu, 17 Aug 2006 16:33:43 +0000 (+0000) Subject: Collecting key in airkey.stl ends level X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d73b7e63620d8809632bedef18a7736281c5fad1;p=supertux.git Collecting key in airkey.stl ends level SVN-Revision: 4193 --- diff --git a/data/levels/world2/airkey.stl b/data/levels/world2/airkey.stl index 80bd81835..a6c559ce3 100644 --- a/data/levels/world2/airkey.stl +++ b/data/levels/world2/airkey.stl @@ -309,7 +309,12 @@ ) ) (powerup - (script "add_key(\"air\");") + (script "add_key(\"air\"); +Tux.deactivate(); +wait(0.5); +Tux.do_cheer(); +end_level(); +") (x 6608) (y 80) (sprite "images/objects/keys/key_air.sprite")