diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-15 16:14:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-15 16:14:51 -0300 |
commit | 70ea3af37b18a2a9f05d4f36697360859fb32584 (patch) | |
tree | 183a297959c47e9ed577041180ec359c287279dc /npc/007-1/tycoon.txt | |
parent | c7bf1112d0db534d3a1f1f9f461e05d4225b506c (diff) | |
download | serverdata-70ea3af37b18a2a9f05d4f36697360859fb32584.tar.gz serverdata-70ea3af37b18a2a9f05d4f36697360859fb32584.tar.bz2 serverdata-70ea3af37b18a2a9f05d4f36697360859fb32584.tar.xz serverdata-70ea3af37b18a2a9f05d4f36697360859fb32584.zip |
Fix bug in Tycoon reported by u5er
Diffstat (limited to 'npc/007-1/tycoon.txt')
-rw-r--r-- | npc/007-1/tycoon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 7df3f4d3f..e9922198c 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -94,7 +94,7 @@ L_Purge: } else if (.@q == 3 && BaseLevel < 19) { mesq l("You are too weak for my task, please come back later with some levels."); } else if (.@q == 4) { - mesq l("You are killing @@/25 @@ at the cave. Good progress!", getmonsterlink(CaveMaggot)); + mesq l("You are killing @@/25 @@ at the cave. Good progress!", .@k, getmonsterlink(CaveMaggot)); } else if (.@q == 5) { mesq l("Perfect! Here is your reward!"); getexp 800, 0; // (r7.5 158→800) |