diff options
Diffstat (limited to 'world/map/npc/011-1/auldsbel.txt')
-rw-r--r-- | world/map/npc/011-1/auldsbel.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt index d42b4492..8f19b4ec 100644 --- a/world/map/npc/011-1/auldsbel.txt +++ b/world/map/npc/011-1/auldsbel.txt @@ -914,16 +914,16 @@ L_Next7: L_c_quest_5: mes "[Auldsbel the Wizard]"; - mes "\"I do have another assignment for you, but this one will be tricky. I will need fifty grass snake tongues. I believe that this may be just enough life force to return the silkworm back to its original shape.\""; + mes "\"I do have another assignment for you, but this one will be tricky. I will need fourty grass snake tongues. I believe that this may be just enough life force to return the silkworm back to its original shape.\""; next; menu "Here they are.", L_Next8, "That's quite a challenge.", L_main_menu; L_Next8: - if (countitem ("GrassSnakeTongue") < 50) + if (countitem ("GrassSnakeTongue") < 40) goto L_c_quest_missing; - delitem "GrassSnakeTongue", 50; + delitem "GrassSnakeTongue", 40; set Zeny, Zeny + 10000; mes "[Auldsbel the Wizard]"; mes "\"Excellent! Here is 10,000 GP for you, and now let's see how this goes.\""; |