diff options
-rw-r--r-- | npc/009-1/fisherman.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-1/fisherman.txt b/npc/009-1/fisherman.txt index fdc26db99..90f1d9eeb 100644 --- a/npc/009-1/fisherman.txt +++ b/npc/009-1/fisherman.txt @@ -15,7 +15,7 @@ mesn strcharinfo(0); menu l("Any fishing tips for me?"),-, - rif(.@q == 1, l("I need a string, but not just any string, a really good string.")), L_String; + rif(.@q == 1 && getq3(HurscaldQuest_ForestBow) < 99, l("I need a string, but not just any string, a really good string.")), L_String; mes ""; mesn; @@ -131,6 +131,7 @@ L_Finish: mesn; mes col("Once the roots are of a desired thickness, he ties them to make a string, and applies an oil on it.", 9); next; + mesn; mes col("After waiting for the oil to dry, he hands you the string.", 9); mesq l("Here, thanks to the oil, this string is very sturdy. You better not keep it on your inventory. Good luck!"); close; |