diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-26 19:54:26 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-26 19:54:26 +0200 |
commit | a5d0b05b36a2102c3041f004db8df79f4e424838 (patch) | |
tree | 2c1a9ee22b09f9fadffd961c0d69ff1297194022 | |
parent | e74d89e258e596e4155f81a7d7f324ffe8d6d8ca (diff) | |
download | serverdata-a5d0b05b36a2102c3041f004db8df79f4e424838.tar.gz serverdata-a5d0b05b36a2102c3041f004db8df79f4e424838.tar.bz2 serverdata-a5d0b05b36a2102c3041f004db8df79f4e424838.tar.xz serverdata-a5d0b05b36a2102c3041f004db8df79f4e424838.zip |
towel npc: adding a reference to the book in the npc dialogue
-rw-r--r-- | npc/003-1_Beach/stranger.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1_Beach/stranger.txt b/npc/003-1_Beach/stranger.txt index 89409aa9..bedd3909 100644 --- a/npc/003-1_Beach/stranger.txt +++ b/npc/003-1_Beach/stranger.txt @@ -244,6 +244,8 @@ L_No_Event: mes "\"Hello. Isn't this a beautiful place?\""; next; mes "\"And it really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.\""; + next; + mes "\"You can read more about that in my favourite book, 'The Hitchhiker's Guide to the Galaxy'.\""; close; L_No_Item: |