Grammar fix.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 4 Jul 2017 13:03:42 +0000 (09:03 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 4 Jul 2017 13:04:10 +0000 (09:04 -0400)
33 files changed:
actions.c
adventure.yaml
notes.adoc
tests/axeorama.chk
tests/backfailmaze.chk
tests/bearbridge.chk
tests/breakmirror.chk
tests/breakvase.chk
tests/defeat.chk
tests/drown.chk
tests/dwarf.chk
tests/endgame428.chk
tests/fillvase.chk
tests/lampdim.chk
tests/lampdim2.chk
tests/lampdim3.chk
tests/listenloud.chk
tests/lockchain.chk
tests/mazehint.chk
tests/ogrehint.chk
tests/oilplant.chk
tests/panic.chk
tests/panic2.chk
tests/pirate.chk
tests/plover.chk
tests/seedcrash.chk
tests/splatter.chk
tests/trident.chk
tests/urntest.chk
tests/urntest2.chk
tests/wakedwarves.chk
tests/wakedwarves2.chk
tests/wittsend.chk

index 6351f0d9164dd0647c43baba63ccc260a6bd831d..275a607faa2ad210e84c4089552169fd835b42d5 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -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;
     }
 }
index 99097b2600bbd08970f8cbaa095c2431b6f5cbcf..00e82c99906a13e348360c8240270990ba907190 100644 (file)
@@ -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'
index c523cff5e076250a866a03d290dc7eb16a9b46b6..96eae077ca04f4cd73ad5952c4fbd45d4b75a1eb 100644 (file)
@@ -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.
index e78a1d58fb9db903d63fbc68f34e387f47eb3885..febf527d92934f365af187bf1c4ced5ae762e1fd 100644 (file)
@@ -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
 
index d33826551f752aab3717b8293f8902a49e7b0c5c..ac79c426024727594377af0ce37dddbbcb7c461c 100644 (file)
@@ -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
 
index 2999fd20e7ece9da1ece0c8138544a0c38bfe489..27e11011a599226b0c50d6c157fccc24e14b4198 100644 (file)
@@ -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
 
index da2dab97272b8f1f6549d9f8e735717fe26b44b0..31844d54724a351d18bb5c61f591ce247e564a14 100644 (file)
@@ -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
 
index df38a1c9eb42e058230b17fc634a9b7c628207f2..34f510ae3d5bf2ceddc5cf78f602af50ce1cbbe9 100644 (file)
@@ -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
 
index 0574221a0972f16bf4bd86f8183e9a739819b504..297bccd24a88219d5e5b711343ffcf445de018e3 100644 (file)
@@ -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
 
index 86996c28f6171b0a46baef083eb880034d583a79..2b20e861f6f55f21246e0f27d1404d892ccfd85b 100644 (file)
@@ -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
 
index fcc47293696d8746282ebd32f0da388853d0cf9f..c189647c119f090a18efe9166d45f692dfdd51f4 100644 (file)
@@ -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
 
index 3e38f1e9fc75f685ab0467fe89f8f35408dfba5c..fa7e248dd8f18b946b06e8f80fe356e7477c966e 100644 (file)
@@ -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
 
index ee7c96a989ca79d8a9e604a17ca5a1a7995b639e..a6a5b0833cf88b449ae35283d59af33b09480be9 100644 (file)
@@ -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
 
index e304b0211974358407b4f0dc2cbfad4a37b0eaaf..f97809cd5f643fe807373edded6228f484125776 100644 (file)
@@ -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
 
index 728b8bfe23f641d1c4dac730a27cae00cfeb3edd..9f4f455b5669773e98359948ce3fc5fdef08063c 100644 (file)
@@ -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
 
index 1ba1a938dfaf489758d09305c452849caca4ce98..17f721fdc9068f421cf95af69ccd0e52d26d3f38 100644 (file)
@@ -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
 
index aa19111c10a21eabc66e626f2de688d8f4ceaefe..abe3b6e803331aa813d16659ed536bbaf40c95de 100644 (file)
@@ -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
 
index 2c9cd4c074fcad6e4cd6d133c7bd84b501d2ed80..7e0532f06d23886892b5d7f0ae81c97b8faff720 100644 (file)
@@ -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
 
index 67c11d6afbe01293bcc467caeaa53b6fe98ccca6..f762ebbbe92a78080468d63b451861248e5ea9ad 100644 (file)
@@ -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
 
index 0381d27ba9687d9b4b0050cb19004ba82e3075ac..c3d939610f113a4666564627fffa2eec12ee07f0 100644 (file)
@@ -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
 
index 07f33979da66b4879865c413408ce9d1ae03134e..83d119cc360627f6e987950651ee2723df1f0fc1 100644 (file)
@@ -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
 
index 410b7e4c3a51cbd847e5abea897369d461318472..493337148afcd102a253ef154d4ac17dfdf08c80 100644 (file)
@@ -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
 
index c966b8a398464b5a12603e92c02c5e6037ec219f..180e63387fd7933f10e8152765935c0412a9ef2e 100644 (file)
@@ -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
 
index a4f5c8c675222a0e4a4221598d473edfa0a94e8e..8f9fbeae0c20459a678e85cd00d8d32ed77c9f5c 100644 (file)
@@ -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
 
index 82db7999d3a5daf1702b79be5c90a0297ab83b04..646eed2dda4691ec984d38556880d38cc7c9aa40 100644 (file)
@@ -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
 
index ca74e94b22a125453633118363a64af754d6da55..88dc02b0fc274992993bab60bfd65f01e08f942d 100644 (file)
@@ -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
 
index 5b405a7187b6afe27e4d45a32b1701f2b66436c8..a1f8e60215b07fe2818c7a3e97fb11c8352ec220 100644 (file)
@@ -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
 
index d8bf747f00529d03ea6f6ecd1b7276e3bd2030a6..3bd4efb77f4a79efc760f35c89b24aef9c8e26e4 100644 (file)
@@ -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
 
index 57ce34135af5bb477225eee4d61639c6f33dcf69..9efe234bd40f788bae9257f22852ad5002f2b481 100644 (file)
@@ -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
 
index dd9d5d84e3847ae523cc0a37214b27fe16561066..6d5611a67c5bfd8ab3a8312dd56e6b77df788b2e 100644 (file)
@@ -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
 
index f6de148763a251678f7967c588e19bdbe07a200e..c8dfd32012af9e5976e125dcfbd9484b453bf829 100644 (file)
@@ -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
 
index e1fef2e048d43defbd1ac2942937a65a83a5824d..f899bd0711d6fd735489e8a48eb5b3ed2d8a94c3 100644 (file)
@@ -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
 
index 597eed9066fe8de9d613a41ec28faa74c7b3888b..a4bb9b7a67e014149d25f658b053c7ec0b04a28d 100644 (file)
@@ -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