From 15c936d240536125649c368e6368eab9be0f0b16 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 16 Jul 2017 14:17:26 -0400 Subject: [PATCH] Fix adventitious '' occurrences. --- adventure.yaml | 8 ++++---- tests/bigfail.chk | 2 +- tests/hint_jade.chk | 2 +- tests/pitfall.chk | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index 2d8755e..0b7bccd 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -357,7 +357,7 @@ hints: question: 'You''re missing only one other treasure. Do you need help finding it?' hint: |- Once you've found all the other treasures, it is no longer possible to - locate the one you''re now missing.' + locate the one you're now missing. locations: !!omap - LOC_NOWHERE: @@ -3224,7 +3224,7 @@ objects: !!omap - 'There are a few recent issues of "Spelunker Today" magazine here.' texts: - |- - I''m afraid the magazine is written in dwarvish. But pencilled on one + I'm afraid the magazine is written in dwarvish. But pencilled on one cover you see, "Please leave the magazines at the construction site." - DWARF: words: ['dwarf', 'dwarv'] @@ -3738,13 +3738,13 @@ obituaries: You are engulfed in a cloud of orange smoke. Coughing and gasping, you emerge from the smoke and find.... - query: |- - You clumsy oaf, you've done it again! I don''t know how long I can + You clumsy oaf, you've done it again! I don't know how long I can keep this up. Do you want me to try reincarnating you again? yes_response: |- Okay, now where did I put my orange smoke?.... >POOF!< Everything disappears in a dense cloud of orange smoke. - query: |- - Now you''ve really done it! I'm out of orange smoke! You don''t expect + Now you've really done it! I'm out of orange smoke! You don't expect me to do a decent reincarnation without any orange smoke, do you? yes_response: 'Okay, if you''re so smart, do it yourself! I''m leaving!' diff --git a/tests/bigfail.chk b/tests/bigfail.chk index 363c6fd..fce09de 100644 --- a/tests/bigfail.chk +++ b/tests/bigfail.chk @@ -2332,7 +2332,7 @@ The shadowy figure seems to be trying to attract your attention. You are at the bottom of the pit with a broken neck. -You clumsy oaf, you've done it again! I don''t know how long I can +You clumsy oaf, you've done it again! I don't know how long I can keep this up. Do you want me to try reincarnating you again? > y diff --git a/tests/hint_jade.chk b/tests/hint_jade.chk index 535c773..c59b24c 100644 --- a/tests/hint_jade.chk +++ b/tests/hint_jade.chk @@ -1845,7 +1845,7 @@ Do you want the hint? > y Once you've found all the other treasures, it is no longer possible to -locate the one you''re now missing.' +locate the one you're now missing. You scored 91 out of a possible 430, using 297 turns. diff --git a/tests/pitfall.chk b/tests/pitfall.chk index 23d4859..1286058 100644 --- a/tests/pitfall.chk +++ b/tests/pitfall.chk @@ -69,7 +69,7 @@ There is no way to go that direction. You fell into a pit and broke every bone in your body! -You clumsy oaf, you've done it again! I don''t know how long I can +You clumsy oaf, you've done it again! I don't know how long I can keep this up. Do you want me to try reincarnating you again? > y @@ -97,7 +97,7 @@ It is now pitch dark. If you proceed you will likely fall into a pit. You fell into a pit and broke every bone in your body! -Now you''ve really done it! I'm out of orange smoke! You don''t expect +Now you've really done it! I'm out of orange smoke! You don't expect me to do a decent reincarnation without any orange smoke, do you? > y -- 2.31.1