diff --git a/lib/world/wld/1.wld b/lib/world/wld/1.wld index e98cfee..d577a32 100644 --- a/lib/world/wld/1.wld +++ b/lib/world/wld/1.wld @@ -3,21 +3,37 @@ The Passage~ You are walking the domain of Thoradrin. ~ 1 cefgh 1 -D0 +D1 More of the Passage ~ ~ -0 -1 173 +0 -1 102 S -#173 +#102 The Passage~ You are walking the domain of Thoradrin. ~ 1 cefgh 1 -D2 +D1 +More of the Passage +~ +~ +0 -1 103 +D3 More of the Passage ~ ~ 0 -1 101 S +#103 +The Passage~ + You are walking the domain of Thoradrin. +~ +1 cefgh 1 +D3 +More of the Passage +~ +~ +0 -1 102 +S $ diff --git a/src/structs.h b/src/structs.h index 05475ff..053fcd0 100644 --- a/src/structs.h +++ b/src/structs.h @@ -471,7 +471,7 @@ /* Room numbers for the Passage ******************************************/ #define PASSAGE_MIN 101 -#define PASSAGE_MAX 101 +#define PASSAGE_MAX 103 /* Level of the 'freeze' command */ #define LVL_FREEZE LVL_GRGOD