diff options
Diffstat (limited to 'npc/009-1/fisherman.txt')
-rw-r--r-- | npc/009-1/fisherman.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-1/fisherman.txt b/npc/009-1/fisherman.txt index 523b0994c..a47191db8 100644 --- a/npc/009-1/fisherman.txt +++ b/npc/009-1/fisherman.txt @@ -126,13 +126,13 @@ L_Finish: getexp 800, 0; // 10% of max exp mes ""; mesn; - mes col("With a knife, the fisherman makes the roots as thin as he can. You wonder if he knows what he is doing.", 9); + mesc l("With a knife, the fisherman makes the roots as thin as he can. You wonder if he knows what he is doing."); next; 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); + mesc l("Once the roots are of a desired thickness, he ties them to make a string, and applies an oil on it."); next; mesn; - mes col("After waiting for the oil to dry, he hands you the string.", 9); + mesc l("After waiting for the oil to dry, he hands you the string."); mesq l("Here, thanks to the oil, this string is very sturdy. You better not keep it on your inventory. Good luck!"); close; |