Added two more rooms to the Passage.

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-03-07 13:37:14 +01:00
parent d3f0781900
commit a0cfb06494
2 changed files with 21 additions and 5 deletions

View File

@ -3,21 +3,37 @@ The Passage~
You are walking the domain of Thoradrin. You are walking the domain of Thoradrin.
~ ~
1 cefgh 1 1 cefgh 1
D0 D1
More of the Passage More of the Passage
~ ~
~ ~
0 -1 173 0 -1 102
S S
#173 #102
The Passage~ The Passage~
You are walking the domain of Thoradrin. You are walking the domain of Thoradrin.
~ ~
1 cefgh 1 1 cefgh 1
D2 D1
More of the Passage
~
~
0 -1 103
D3
More of the Passage More of the Passage
~ ~
~ ~
0 -1 101 0 -1 101
S S
#103
The Passage~
You are walking the domain of Thoradrin.
~
1 cefgh 1
D3
More of the Passage
~
~
0 -1 102
S
$ $

View File

@ -471,7 +471,7 @@
/* Room numbers for the Passage ******************************************/ /* Room numbers for the Passage ******************************************/
#define PASSAGE_MIN 101 #define PASSAGE_MIN 101
#define PASSAGE_MAX 101 #define PASSAGE_MAX 103
/* Level of the 'freeze' command */ /* Level of the 'freeze' command */
#define LVL_FREEZE LVL_GRGOD #define LVL_FREEZE LVL_GRGOD