Grammar fix.
This commit is contained in:
parent
e1d9c97118
commit
e31e69b172
33 changed files with 133 additions and 128 deletions
|
@ -1231,9 +1231,8 @@ static int wave(token_t verb, token_t obj)
|
|||
CAGE_FLY :
|
||||
FREE_FLY);
|
||||
|
||||
/* FIXME: Arithemetic on property values */
|
||||
game.prop[FISSURE] = 1 - game.prop[FISSURE];
|
||||
pspeak(FISSURE, look, 2 - game.prop[FISSURE], true);
|
||||
state_change(FISSURE,
|
||||
game.prop[FISSURE] == BRIDGED ? UNBRIDGED : BRIDGED);
|
||||
return GO_CLEAROBJ;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3314,11 +3314,13 @@ objects: !!omap
|
|||
inventory: '*fissure'
|
||||
locations: [LOC_EASTBANK, LOC_WESTBANK]
|
||||
immovable: true
|
||||
states: [UNBRIDGED, BRIDGED, VANISHED]
|
||||
states: [UNBRIDGED, BRIDGED]
|
||||
descriptions:
|
||||
- ''
|
||||
- 'A crystal bridge now spans the fissure.'
|
||||
- 'A crystal bridge spans the fissure.'
|
||||
changes:
|
||||
- 'The crystal bridge has vanished!'
|
||||
- 'A crystal bridge now spans the fissure.'
|
||||
- OBJ_13:
|
||||
words: ['table']
|
||||
inventory: '*stone tablet'
|
||||
|
|
|
@ -55,6 +55,10 @@ Bug fixes:
|
|||
* Unrecognized words are no longer truncated to 5 characters and
|
||||
uppercased when they are echoed.
|
||||
|
||||
* "A crystal bridge now spans the fissure." (progressive present) was
|
||||
incorrect most places it appeared and has been replaced by "A crystal
|
||||
bridge spans the fissure." (timeless present).
|
||||
|
||||
By default, advent issues "> " as a command prompt. This feature
|
||||
became common in many variants after the original 350-point version,
|
||||
but was never backported into Crowther & Woods's main line before now.
|
||||
|
|
|
@ -382,7 +382,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -495,13 +495,13 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
You're on east bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2228,13 +2228,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -501,7 +501,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -511,7 +511,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -648,7 +648,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -660,7 +660,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -741,7 +741,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -749,7 +749,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2221,13 +2221,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> west
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> west
|
||||
|
||||
|
|
|
@ -597,7 +597,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -740,7 +740,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -748,7 +748,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -355,7 +355,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2216,13 +2216,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2224,13 +2224,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -2420,7 +2420,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> wave rod
|
||||
|
||||
|
@ -2434,7 +2434,7 @@ You aren't carrying it!
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2216,13 +2216,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -2412,7 +2412,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> wave rod
|
||||
|
||||
|
@ -2426,7 +2426,7 @@ You aren't carrying it!
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2216,13 +2216,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -2412,7 +2412,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> wave rod
|
||||
|
||||
|
@ -2426,7 +2426,7 @@ You aren't carrying it!
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -519,7 +519,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> drop cage
|
||||
|
||||
|
@ -533,7 +533,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -670,7 +670,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -684,7 +684,7 @@ There is a small wicker cage discarded nearby.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -511,7 +511,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -521,7 +521,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -685,7 +685,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -697,7 +697,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -1321,13 +1321,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -216,7 +216,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -506,7 +506,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -516,7 +516,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2205,13 +2205,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2205,13 +2205,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -519,7 +519,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> drop cage
|
||||
|
||||
|
@ -533,7 +533,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -670,7 +670,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -684,7 +684,7 @@ There is a small wicker cage discarded nearby.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -519,7 +519,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> drop cage
|
||||
|
||||
|
@ -533,7 +533,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -670,7 +670,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -684,7 +684,7 @@ There is a small wicker cage discarded nearby.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -507,7 +507,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -517,7 +517,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -677,7 +677,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -689,7 +689,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2216,13 +2216,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -501,7 +501,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -511,7 +511,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -648,7 +648,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -660,7 +660,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -597,7 +597,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -740,7 +740,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -748,7 +748,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2216,13 +2216,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -593,7 +593,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -736,7 +736,7 @@ You're at west end of Hall of Mists.
|
|||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -744,7 +744,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -2216,13 +2216,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
|
@ -503,7 +503,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -513,7 +513,7 @@ You are on the west side of the fissure in the Hall of Mists.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
@ -673,7 +673,7 @@ You're on west bank of fissure.
|
|||
|
||||
There are diamonds here!
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> take diamonds
|
||||
|
||||
|
@ -685,7 +685,7 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> e
|
||||
|
||||
|
@ -1309,13 +1309,13 @@ You're on east bank of fissure.
|
|||
|
||||
A three foot black rod with a rusty star on an end lies nearby.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
You're on west bank of fissure.
|
||||
|
||||
A crystal bridge now spans the fissure.
|
||||
A crystal bridge spans the fissure.
|
||||
|
||||
> w
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue