diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
commit | 06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch) | |
tree | fcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/009-1/fisherman.txt | |
parent | f2fe58ad450eaaf07824eff20739557a0485636d (diff) | |
download | serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.gz serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.bz2 serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.xz serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.zip |
Break every imaginable pipeline. I'm waiting it to fail.
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; |