diff options
author | wushin <pasekei@gmail.com> | 2015-11-09 14:34:54 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-01 14:27:30 -0500 |
commit | 1e3050b638726ea407d28f4b860fb2b5722b069b (patch) | |
tree | b46505aa8dc5d9e05f24a4d45be6c81504b31e5c /world/map/npc/002-1 | |
parent | 633a7c34d8a585c6c4659d353628dff5134ff79d (diff) | |
download | serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.gz serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.bz2 serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.xz serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.zip |
Purged gender from quest dialogue
Changed Eurni to new genders
Diffstat (limited to 'world/map/npc/002-1')
-rw-r--r-- | world/map/npc/002-1/bard.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/world/map/npc/002-1/bard.txt b/world/map/npc/002-1/bard.txt index 22c3b113..c8e67582 100644 --- a/world/map/npc/002-1/bard.txt +++ b/world/map/npc/002-1/bard.txt @@ -7,10 +7,7 @@ "\"As the Sun sets down in the forest's brown, she whom the fragrance holds counts her gold.\""; set @name$, "Bill Ballshaker the Bard"; mes "[" + @name$ + "]"; - if (Sex) - mes "\"Greetings, traveler! Have you come to listen to my stories?\""; - if (!Sex) - mes "\"Greetings, fair lady! Well met, on such a lovely day! Might I entertain you with a tale or two?\""; + mes "\"Greetings, traveler! Have you come to listen to my stories?\""; next; goto L_Main; |