summaryrefslogtreecommitdiff
path: root/npc/001-1/eugene.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/eugene.txt')
-rw-r--r--npc/001-1/eugene.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt
index 219a2aad..6780ed89 100644
--- a/npc/001-1/eugene.txt
+++ b/npc/001-1/eugene.txt
@@ -32,7 +32,7 @@
lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID));
switch (select(l("I'll be back in no time."),
- l("Sorry, doing other things at the moment.")))
+ l("Sorry, I'm doing other things at the moment.")))
{
case 1:
setq ArtisQuests_Fishman, 1;
@@ -49,7 +49,7 @@ L_CheckItems:
if (countitem(.BaitID) < .BaitCount)
{
speech
- l("Sorry, but you don't have what I need for bait."),
+ l("Sorry, but you don't have what I need."),
l("I need @@ @@.", .BaitCount, getitemlink(.BaitID));
close;
}
@@ -60,7 +60,7 @@ L_CheckItems:
l("It's not as good as my new one, but still useful."),
l("Just look out at that water! There's plenty more fish there."),
l("With my old fishing rod you can catch something every day."),
- l("You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
+ lg("You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
l("Have a good time fishing!");
delitem .BaitID, .BaitCount;