diff --git a/source b/source index 4702868f3a3..c456ba1be85 100644 --- a/source +++ b/source @@ -67629,46 +67629,46 @@ function AddCloud(data, x, y) { ... } Another option to consider is describing the conversation in the form of a DOT file, and outputting the result as an SVG image to place in the document.

-
<p> Next, you meet a fisherman. You can say one of several greetings:
+   
<p> Next, you meet a fisher. You can say one of several greetings:
 <dl>
  <dt> "Hello there!"
  <dd>
-  <p> He responds with "Hello, how may I help you?"; you can respond with:
+  <p> She responds with "Hello, how may I help you?"; you can respond with:
   <dl>
    <dt> "I would like to buy a fish."
-   <dd> <p> He sells you a fish and the conversation finishes.
+   <dd> <p> She sells you a fish and the conversation finishes.
    <dt> "Can I borrow your boat?"
    <dd>
-    <p> He is surprised and asks "What are you offering in return?".
+    <p> She is surprised and asks "What are you offering in return?".
     <dl>
      <dt> "Five gold." (if you have enough)
      <dt> "Ten gold." (if you have enough)
      <dt> "Fifteen gold." (if you have enough)
-     <dd> <p> He lends you his boat. The conversation ends.
+     <dd> <p> She lends you her boat. The conversation ends.
      <dt> "A fish." (if you have one)
      <dt> "A newspaper." (if you have one)
      <dt> "A pebble." (if you have one)
-     <dd> <p> "No thanks", he replies. Your conversation options
+     <dd> <p> "No thanks", she replies. Your conversation options
      at this point are the same as they were after asking to borrow
-     his boat, minus any options you've suggested before.
+     her boat, minus any options you've suggested before.
     </dl>
    </dd>
   </dl>
  </dd>
  <dt> "Vote for me in the next election!"
- <dd> <p> He turns away. The conversation finishes.
- <dt> "Sir, are you aware that your fish are running away?"
+ <dd> <p> She turns away. The conversation finishes.
+ <dt> "Madam, are you aware that your fish are running away?"
  <dd>
-  <p> He looks at you skeptically and says "Fish cannot run, sir".
+  <p> She looks at you skeptically and says "Fish cannot run, miss".
   <dl>
    <dt> "You got me!"
-   <dd> <p> The fisherman sighs and the conversation ends.
+   <dd> <p> The fisher sighs and the conversation ends.
    <dt> "Only kidding."
-   <dd> <p> "Good one!" he retorts. Your conversation options at this
+   <dd> <p> "Good one!" she retorts. Your conversation options at this
    point are the same as those following "Hello there!" above.
    <dt> "Oh, then what are they doing?"
-   <dd> <p> He looks at his fish, giving you an opportunity to steal
-   his boat, which you do. The conversation ends.
+   <dd> <p> She looks at her fish, giving you an opportunity to steal
+   her boat, which you do. The conversation ends.
   </dl>
  </dd>
 </dl>