Random holes in the walls of Sam quest goal
This commit is contained in:
@@ -247,7 +247,7 @@ GEOMETRY:center,center
|
|||||||
MAP
|
MAP
|
||||||
|
|
||||||
.......................
|
.......................
|
||||||
......---------.---------......
|
......-------------------......
|
||||||
......----.................----......
|
......----.................----......
|
||||||
....----.....-------------.....----....
|
....----.....-------------.....----....
|
||||||
....--.....----...........----.....--....
|
....--.....----...........----.....--....
|
||||||
@@ -255,11 +255,11 @@ MAP
|
|||||||
...|....--....---.......---....--....|...
|
...|....--....---.......---....--....|...
|
||||||
....|...||...---...--+--...---...||...|....
|
....|...||...---...--+--...---...||...|....
|
||||||
....|...|....|....|-...-|....|....|...|....
|
....|...|....|....|-...-|....|....|...|....
|
||||||
....|...|....|....+.....+....|........|....
|
....|...|....|....+.....+....|....|...|....
|
||||||
....|...|....|....|-...-|....|....|...|....
|
....|...|....|....|-...-|....|....|...|....
|
||||||
....|...||...---...--+--...---...||...|....
|
....|...||...---...--+--...---...||...|....
|
||||||
...|....--....---.......---....--....|...
|
...|....--....---.......---....--....|...
|
||||||
...||....---....----.----....---....||...
|
...||....---....---------....---....||...
|
||||||
....--.....----...........----.....--....
|
....--.....----...........----.....--....
|
||||||
....----.....-------------.....----....
|
....----.....-------------.....----....
|
||||||
......----.................----......
|
......----.................----......
|
||||||
@@ -278,6 +278,18 @@ DOOR:closed,(22,12)
|
|||||||
DOOR:closed,(25,10)
|
DOOR:closed,(25,10)
|
||||||
# Stairs
|
# Stairs
|
||||||
STAIR:$place[0],up
|
STAIR:$place[0],up
|
||||||
|
|
||||||
|
# Holes in the concentric ring walls
|
||||||
|
$place = { (22,14),(30,10),(22, 6),(14,10) }
|
||||||
|
SHUFFLE:$place
|
||||||
|
TERRAIN:$place[0],'.'
|
||||||
|
$place = { (22, 4),(35,10),(22,16),( 9,10) }
|
||||||
|
SHUFFLE:$place
|
||||||
|
TERRAIN:$place[0],'.'
|
||||||
|
$place = { (22, 2),(22,18) }
|
||||||
|
SHUFFLE:$place
|
||||||
|
TERRAIN:$place[0],'.'
|
||||||
|
|
||||||
# Non diggable walls
|
# Non diggable walls
|
||||||
NON_DIGGABLE:(00,00,44,19)
|
NON_DIGGABLE:(00,00,44,19)
|
||||||
# Objects
|
# Objects
|
||||||
|
|||||||
Reference in New Issue
Block a user