summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/009-1/fisherman.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-1/fisherman.txt b/npc/009-1/fisherman.txt
index 5c0238e1f..fdc26db99 100644
--- a/npc/009-1/fisherman.txt
+++ b/npc/009-1/fisherman.txt
@@ -51,7 +51,7 @@ L_String:
mes l("o.o \"You're being unreasonable. That's way too much!\"");
next;
mesn;
- mesq l("To make the string you want, I need a special oil, which I do it myself. It's hard to do, so I'll spend time I could be using to fish or help the city guard.");
+ mesq l("To make the string you want, I need a special oil, which I make myself. It's hard to do, so I'll spend time I could be using to fish or help the city guard.");
next;
mesn;
mesq l("I'll make your life easier, I'm also accepting 20 @@ or @@ instead the Grass Carp. Go now, pal.", getitemlink(CommonCarp), getitemlink(Roach));
@@ -65,7 +65,7 @@ L_String:
goto L_Finish;
default:
mesn;
- mesq l("You need:");
+ mesq l("You have:");
if (countitem(GrassCarp) > 0)
mes l("@@/1 @@", countitem(GrassCarp), getitemlink(GrassCarp));
else if (countitem(Roach) > countitem(CommonCarp))
@@ -136,7 +136,7 @@ L_Finish:
close;
OnKillFireGoblin:
- if (getq(HurscaldQuest_ForestBow) == 1 && getq3(HurscaldQuest_ForestBow) > 10 && getq3(HurscaldQuest_ForestBow) < 50) {
+ if (getq(HurscaldQuest_ForestBow) == 1 && getq3(HurscaldQuest_ForestBow) >= 10 && getq3(HurscaldQuest_ForestBow) < 50) {
setq3 HurscaldQuest_ForestBow, getq3(HurscaldQuest_ForestBow)+1;
dispbottom l("@@/40 Fire Goblins killed", getq3(HurscaldQuest_ForestBow)-10);
}