Fix some level flags, sokoban premapping
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
### Bottom (first) level of Sokoban ###
|
||||
MAZE:"soko4-1",' '
|
||||
FLAGS:noteleport,hardfloor
|
||||
FLAGS:noteleport,hardfloor,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
@@ -98,7 +98,7 @@ OBJECT:'/',random
|
||||
|
||||
|
||||
MAZE:"soko4-2",' '
|
||||
FLAGS:noteleport,hardfloor
|
||||
FLAGS:noteleport,hardfloor,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
@@ -163,7 +163,7 @@ OBJECT:'/',random
|
||||
|
||||
### Second level ###
|
||||
MAZE:"soko3-1",' '
|
||||
FLAGS:noteleport
|
||||
FLAGS:noteleport,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
@@ -239,7 +239,7 @@ OBJECT:'/',random
|
||||
|
||||
|
||||
MAZE:"soko3-2",' '
|
||||
FLAGS:noteleport
|
||||
FLAGS:noteleport,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
@@ -308,7 +308,7 @@ OBJECT:'/',random
|
||||
|
||||
### Third level ###
|
||||
MAZE:"soko2-1",' '
|
||||
FLAGS:noteleport
|
||||
FLAGS:noteleport,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
@@ -373,7 +373,7 @@ OBJECT:'/',random
|
||||
|
||||
|
||||
MAZE:"soko2-2",' '
|
||||
FLAGS:noteleport
|
||||
FLAGS:noteleport,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
@@ -440,7 +440,7 @@ OBJECT:'/',random
|
||||
|
||||
### Top (last) level of Sokoban ###
|
||||
MAZE:"soko1-1",' '
|
||||
FLAGS:noteleport
|
||||
FLAGS:noteleport,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
@@ -534,7 +534,7 @@ ENGRAVING:$place[0],burn,"Elbereth"
|
||||
|
||||
|
||||
MAZE:"soko1-2",' '
|
||||
FLAGS:noteleport
|
||||
FLAGS:noteleport,premapped
|
||||
GEOMETRY:center,center
|
||||
#12345678901234567890123456789012345678901234567890
|
||||
MAP
|
||||
|
||||
Reference in New Issue
Block a user