diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-05 14:52:37 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-05 14:53:12 +0100 |
commit | 78b37151194e5cc4efa0a82ae2774e0b7613dae5 (patch) | |
tree | a2e0a55d64df8c839a0365b11d38ea18e32e36ce /world/map/npc/016-1 | |
parent | b1cd4a15969e2e1cfd21b6a3ecb4e4fdd53cc0e9 (diff) | |
download | serverdata-78b37151194e5cc4efa0a82ae2774e0b7613dae5.tar.gz serverdata-78b37151194e5cc4efa0a82ae2774e0b7613dae5.tar.bz2 serverdata-78b37151194e5cc4efa0a82ae2774e0b7613dae5.tar.xz serverdata-78b37151194e5cc4efa0a82ae2774e0b7613dae5.zip |
fixup of dialogue in gwendolyn
Diffstat (limited to 'world/map/npc/016-1')
-rw-r--r-- | world/map/npc/016-1/gwendolyn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/016-1/gwendolyn.txt b/world/map/npc/016-1/gwendolyn.txt index b6a49f79..f3ae3f7e 100644 --- a/world/map/npc/016-1/gwendolyn.txt +++ b/world/map/npc/016-1/gwendolyn.txt @@ -121,7 +121,7 @@ L_lesson: L_state3: mes "[Gwendolyn Bowmaker]"; - mes "\"To demonstrate that you understood what I'm trying to teach you, you should go and fight against some snakes. To prove me your results, bring me ten each of cave snake eggs, snake eggs, mountain snake eggs and grass snake eggs.\""; + mes "\"To demonstrate that you understood what I'm trying to teach you, you should go and fight against some snakes. To prove me your results, bring me " + @CAVE_EGGS_AMOUNT + " cave snake eggs, " + @SNAKE_EGGS_AMOUNT + " snake eggs, " + @MOUNTAIN_EGGS_AMOUNT + " mountain snake eggs and " + @GRASS_EGGS_AMOUNT + " grass snake eggs.\""; next; menu "Can you please repeat your lesson?",L_lesson, |