diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-04-30 16:28:04 -0400 |
---|---|---|
committer | The Kandiman <kandiman@kandiman.(none)> | 2011-04-30 16:28:04 -0400 |
commit | 7d66930a7e2bb142f0dbef711aa057fcf044340f (patch) | |
tree | 6950adf20ad2ffceb580bb177b42efe42fd4f614 /npc/021-2_Tulimshar | |
parent | 27c25b1003b469476d5b6e5d793a7d0434f95a48 (diff) | |
download | serverdata-7d66930a7e2bb142f0dbef711aa057fcf044340f.tar.gz serverdata-7d66930a7e2bb142f0dbef711aa057fcf044340f.tar.bz2 serverdata-7d66930a7e2bb142f0dbef711aa057fcf044340f.tar.xz serverdata-7d66930a7e2bb142f0dbef711aa057fcf044340f.zip |
Minor correction/addition to bakery daily quest
Diffstat (limited to 'npc/021-2_Tulimshar')
-rw-r--r-- | npc/021-2_Tulimshar/bakery.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/021-2_Tulimshar/bakery.txt b/npc/021-2_Tulimshar/bakery.txt index 91794e51..9a3f1054 100644 --- a/npc/021-2_Tulimshar/bakery.txt +++ b/npc/021-2_Tulimshar/bakery.txt @@ -24,7 +24,10 @@ L_Begin: if ((@Q_kadiya_status == @Q_STATUS_WANTS_ORANGECUPCAKE) && (countitem ("MopoxCurePotion") > 0)) goto L_lace_cupcake; - mes "\"Would you mind to bring me 6 acorns, I need it for chocolate cake. I would be so delicious!\""; + mes "\"Would you mind bringing me 6 acorns please? I need them to make flour for the chocolate cakes. I will be so delicious!\""; + next; + mes "\"Um, I mean, the cakes will be delicious...\""; + emotion 8; next; set @dq_level, 15; |