small addition to the script
authorMarek Moeckel <wansti@gmx.de>
Mon, 26 Sep 2005 00:11:47 +0000 (00:11 +0000)
committerMarek Moeckel <wansti@gmx.de>
Mon, 26 Sep 2005 00:11:47 +0000 (00:11 +0000)
SVN-Revision: 2787

data/levels/world2/default.nut

index 65ddc2c..ea54a7e 100644 (file)
@@ -7,6 +7,8 @@ function get_gold_key()
 
 function level2_init()
 {
+  add_key(KEY_BRASS);
+  add_key(KEY_IRON);
   Tux.deactivate();
   DisplayEffect.sixteen_to_nine();
   Text.set_text(translate("---Insert Cutscene Here---"));