From 70ea3af37b18a2a9f05d4f36697360859fb32584 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 15 Dec 2022 16:14:51 -0300 Subject: Fix bug in Tycoon reported by u5er --- npc/007-1/tycoon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-60-g2f50