From a0cfb064945540f931ddecf1ef89867336cc0f12 Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Wed, 7 Mar 2012 13:37:14 +0100 Subject: [PATCH] Added two more rooms to the Passage. Signed-off-by: Gergely Polonkai (W00d5t0ck) --- lib/world/wld/1.wld | 24 ++++++++++++++++++++---- src/structs.h | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) 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