From e31e69b1726723aab7a096d6ccc850f4a0f7419c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 4 Jul 2017 09:03:42 -0400 Subject: [PATCH] Grammar fix. --- actions.c | 5 ++--- adventure.yaml | 6 ++++-- notes.adoc | 4 ++++ tests/axeorama.chk | 6 +++--- tests/backfailmaze.chk | 2 +- tests/bearbridge.chk | 6 +++--- tests/breakmirror.chk | 10 +++++----- tests/breakvase.chk | 8 ++++---- tests/defeat.chk | 10 +++++----- tests/drown.chk | 6 +++--- tests/dwarf.chk | 2 +- tests/endgame428.chk | 10 +++++----- tests/fillvase.chk | 6 +++--- tests/lampdim.chk | 14 +++++++------- tests/lampdim2.chk | 14 +++++++------- tests/lampdim3.chk | 14 +++++++------- tests/listenloud.chk | 8 ++++---- tests/lockchain.chk | 12 ++++++------ tests/mazehint.chk | 2 +- tests/ogrehint.chk | 4 ++-- tests/oilplant.chk | 6 +++--- tests/panic.chk | 10 +++++----- tests/panic2.chk | 10 +++++----- tests/pirate.chk | 8 ++++---- tests/plover.chk | 8 ++++---- tests/seedcrash.chk | 8 ++++---- tests/splatter.chk | 10 +++++----- tests/trident.chk | 8 ++++---- tests/urntest.chk | 6 +++--- tests/urntest2.chk | 6 +++--- tests/wakedwarves.chk | 10 +++++----- tests/wakedwarves2.chk | 10 +++++----- tests/wittsend.chk | 12 ++++++------ 33 files changed, 133 insertions(+), 128 deletions(-) diff --git a/actions.c b/actions.c index 6351f0d..275a607 100644 --- 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; } } diff --git a/adventure.yaml b/adventure.yaml index 99097b2..00e82c9 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -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' diff --git a/notes.adoc b/notes.adoc index c523cff..96eae07 100644 --- a/notes.adoc +++ b/notes.adoc @@ -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. diff --git a/tests/axeorama.chk b/tests/axeorama.chk index e78a1d5..febf527 100644 --- a/tests/axeorama.chk +++ b/tests/axeorama.chk @@ -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 diff --git a/tests/backfailmaze.chk b/tests/backfailmaze.chk index d338265..ac79c42 100644 --- a/tests/backfailmaze.chk +++ b/tests/backfailmaze.chk @@ -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 diff --git a/tests/bearbridge.chk b/tests/bearbridge.chk index 2999fd2..27e1101 100644 --- a/tests/bearbridge.chk +++ b/tests/bearbridge.chk @@ -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 diff --git a/tests/breakmirror.chk b/tests/breakmirror.chk index da2dab9..31844d5 100644 --- a/tests/breakmirror.chk +++ b/tests/breakmirror.chk @@ -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 diff --git a/tests/breakvase.chk b/tests/breakvase.chk index df38a1c..34f510a 100644 --- a/tests/breakvase.chk +++ b/tests/breakvase.chk @@ -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 diff --git a/tests/defeat.chk b/tests/defeat.chk index 0574221..297bccd 100644 --- a/tests/defeat.chk +++ b/tests/defeat.chk @@ -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 diff --git a/tests/drown.chk b/tests/drown.chk index 86996c2..2b20e86 100644 --- a/tests/drown.chk +++ b/tests/drown.chk @@ -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 diff --git a/tests/dwarf.chk b/tests/dwarf.chk index fcc4729..c189647 100644 --- a/tests/dwarf.chk +++ b/tests/dwarf.chk @@ -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 diff --git a/tests/endgame428.chk b/tests/endgame428.chk index 3e38f1e..fa7e248 100644 --- a/tests/endgame428.chk +++ b/tests/endgame428.chk @@ -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 diff --git a/tests/fillvase.chk b/tests/fillvase.chk index ee7c96a..a6a5b08 100644 --- a/tests/fillvase.chk +++ b/tests/fillvase.chk @@ -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 diff --git a/tests/lampdim.chk b/tests/lampdim.chk index e304b02..f97809c 100644 --- a/tests/lampdim.chk +++ b/tests/lampdim.chk @@ -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 diff --git a/tests/lampdim2.chk b/tests/lampdim2.chk index 728b8bf..9f4f455 100644 --- a/tests/lampdim2.chk +++ b/tests/lampdim2.chk @@ -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 diff --git a/tests/lampdim3.chk b/tests/lampdim3.chk index 1ba1a93..17f721f 100644 --- a/tests/lampdim3.chk +++ b/tests/lampdim3.chk @@ -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 diff --git a/tests/listenloud.chk b/tests/listenloud.chk index aa19111..abe3b6e 100644 --- a/tests/listenloud.chk +++ b/tests/listenloud.chk @@ -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 diff --git a/tests/lockchain.chk b/tests/lockchain.chk index 2c9cd4c..7e0532f 100644 --- a/tests/lockchain.chk +++ b/tests/lockchain.chk @@ -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 diff --git a/tests/mazehint.chk b/tests/mazehint.chk index 67c11d6..f762ebb 100644 --- a/tests/mazehint.chk +++ b/tests/mazehint.chk @@ -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 diff --git a/tests/ogrehint.chk b/tests/ogrehint.chk index 0381d27..c3d9396 100644 --- a/tests/ogrehint.chk +++ b/tests/ogrehint.chk @@ -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 diff --git a/tests/oilplant.chk b/tests/oilplant.chk index 07f3397..83d119c 100644 --- a/tests/oilplant.chk +++ b/tests/oilplant.chk @@ -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 diff --git a/tests/panic.chk b/tests/panic.chk index 410b7e4..4933371 100644 --- a/tests/panic.chk +++ b/tests/panic.chk @@ -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 diff --git a/tests/panic2.chk b/tests/panic2.chk index c966b8a..180e633 100644 --- a/tests/panic2.chk +++ b/tests/panic2.chk @@ -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 diff --git a/tests/pirate.chk b/tests/pirate.chk index a4f5c8c..8f9fbea 100644 --- a/tests/pirate.chk +++ b/tests/pirate.chk @@ -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 diff --git a/tests/plover.chk b/tests/plover.chk index 82db799..646eed2 100644 --- a/tests/plover.chk +++ b/tests/plover.chk @@ -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 diff --git a/tests/seedcrash.chk b/tests/seedcrash.chk index ca74e94..88dc02b 100644 --- a/tests/seedcrash.chk +++ b/tests/seedcrash.chk @@ -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 diff --git a/tests/splatter.chk b/tests/splatter.chk index 5b405a7..a1f8e60 100644 --- a/tests/splatter.chk +++ b/tests/splatter.chk @@ -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 diff --git a/tests/trident.chk b/tests/trident.chk index d8bf747..3bd4efb 100644 --- a/tests/trident.chk +++ b/tests/trident.chk @@ -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 diff --git a/tests/urntest.chk b/tests/urntest.chk index 57ce341..9efe234 100644 --- a/tests/urntest.chk +++ b/tests/urntest.chk @@ -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 diff --git a/tests/urntest2.chk b/tests/urntest2.chk index dd9d5d8..6d5611a 100644 --- a/tests/urntest2.chk +++ b/tests/urntest2.chk @@ -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 diff --git a/tests/wakedwarves.chk b/tests/wakedwarves.chk index f6de148..c8dfd32 100644 --- a/tests/wakedwarves.chk +++ b/tests/wakedwarves.chk @@ -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 diff --git a/tests/wakedwarves2.chk b/tests/wakedwarves2.chk index e1fef2e..f899bd0 100644 --- a/tests/wakedwarves2.chk +++ b/tests/wakedwarves2.chk @@ -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 diff --git a/tests/wittsend.chk b/tests/wittsend.chk index 597eed9..a4bb9b7 100644 --- a/tests/wittsend.chk +++ b/tests/wittsend.chk @@ -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 -- 2.31.1