diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 00:04:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 00:04:23 -0300 |
commit | fe12523115bdce6ae82f0609ee263375367e2d7f (patch) | |
tree | 0d2df9129c57e961ac53bfef7e30c7c7d84f6daf /npc/009-1/fisherman.txt | |
parent | b7dcd6fa3210c5cc622a8a1bec36d27b85b2b5b9 (diff) | |
download | serverdata-fe12523115bdce6ae82f0609ee263375367e2d7f.tar.gz serverdata-fe12523115bdce6ae82f0609ee263375367e2d7f.tar.bz2 serverdata-fe12523115bdce6ae82f0609ee263375367e2d7f.tar.xz serverdata-fe12523115bdce6ae82f0609ee263375367e2d7f.zip |
More small fixes
Diffstat (limited to 'npc/009-1/fisherman.txt')
-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; |