diff options
-rw-r--r-- | npc/007-1/tycoon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 38b5ae20c..808b8c8b1 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -104,12 +104,12 @@ L_Purge: } else if (.@q == 6 && BaseLevel >= 24) { mesq l("That was fast. Do not forget to sell their... parts... for some extra cash."); next; - mesq l("Now, please kill 45 @@, Try to collect some lamps in the same time, they could be useful later.", getmonsterlink(CaveSnake)); + mesq l("Now, please kill 50 @@, Try to collect some lamps in the same time, they could be useful later.", getmonsterlink(CaveSnake)); setq MineQuest_Tycoon, 7, 0; } else if (.@q == 6 && BaseLevel < 24) { mesq l("You are too weak for my task, please come back later with some levels."); } else if (.@q == 7) { - mesq l("You are killing @@/45 @@ at the cave.", .@k, getmonsterlink(CaveSnake)); + mesq l("You are killing @@/50 @@ at the cave.", .@k, getmonsterlink(CaveSnake)); } else if (.@q == 8) { mesq l("I hope you got a Jean Shorts, but that depends on luck. Anyway, here is your reward."); getexp 1150, 0; // (r7.5 1050 → 1150) |