diff options
author | Reid <reidyaro@gmail.com> | 2016-01-15 23:36:10 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-15 23:36:25 +0100 |
commit | 0257fc84007e3231f867818f283016544a80c8b6 (patch) | |
tree | bc79810bfd1bbcde54effb86e325e2f7c77bea85 | |
parent | a212f0bd8cfbf58ca7e11f994663247c823a7d25 (diff) | |
download | serverdata-0257fc84007e3231f867818f283016544a80c8b6.tar.gz serverdata-0257fc84007e3231f867818f283016544a80c8b6.tar.bz2 serverdata-0257fc84007e3231f867818f283016544a80c8b6.tar.xz serverdata-0257fc84007e3231f867818f283016544a80c8b6.zip |
Extends calypsan's script.
-rw-r--r-- | npc/001-1/calypsan.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt index cfd01cad..4030db83 100644 --- a/npc/001-1/calypsan.txt +++ b/npc/001-1/calypsan.txt @@ -39,9 +39,13 @@ break; case 2: speech 5, - l("Yoiis is not yet ready to make his own dye."); + l("Yoiis is not yet ready to make his own dye."), + l("But in the future I might help you to create your own ones."); break; case 3: + speech 5, + l("Yeye is not complicated, there are different kind of dyes that yeye sells."), + l(""); break; case 4: break; |