Skip to content

Commit

Permalink
Change the genders to female in the fisher example
Browse files Browse the repository at this point in the history
Ref. #405, #407.
  • Loading branch information
zcorpan committed Dec 16, 2015
1 parent 08c9912 commit 181ce0e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions source
Expand Up @@ -67629,46 +67629,46 @@ function AddCloud(data, x, y) { ... }</pre>
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. <ref spec=DOT></p>

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

0 comments on commit 181ce0e

Please sign in to comment.