aboutsummaryrefslogtreecommitdiff
path: root/mklevelinfo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mklevelinfo.pl')
-rw-r--r--mklevelinfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklevelinfo.pl b/mklevelinfo.pl
index 376651f..43c6588 100644
--- a/mklevelinfo.pl
+++ b/mklevelinfo.pl
@@ -7,7 +7,7 @@
6 => [ 2, 'sub2', "a subroutine" ],
8 => [ 2, 'sub3', "a subroutine" ],
10 => [ 1, 'num_bombs', "number of bombs to pick up on this level" ],
- 11 => [ 1, 'bullet_chance', '0 = no bullets' ],
+ 11 => [ 1, 'bullet_max', '0 = no bullets, range 0-4.' ],
12 => [ 1, 'y_start', 'jumpman starting Y position' ],
13 => [ 1, 'x_start', 'jumpman starting X position' ],
14 => [ 2, 'offs', 'points to $0600' ],