projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071c31e
)
small addition to the script
author
Marek Moeckel
<wansti@gmx.de>
Mon, 26 Sep 2005 00:11:47 +0000
(
00:11
+0000)
committer
Marek Moeckel
<wansti@gmx.de>
Mon, 26 Sep 2005 00:11:47 +0000
(
00:11
+0000)
SVN-Revision: 2787
data/levels/world2/default.nut
patch
|
blob
|
history
diff --git
a/data/levels/world2/default.nut
b/data/levels/world2/default.nut
index
65ddc2c
..
ea54a7e
100644
(file)
--- a/
data/levels/world2/default.nut
+++ b/
data/levels/world2/default.nut
@@
-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---"));