summaryrefslogtreecommitdiff
path: root/world/map/npc/002-1/bard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/002-1/bard.txt')
-rw-r--r--world/map/npc/002-1/bard.txt5
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;