diff options
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 808b8c8b1..4a7a2bff4 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -216,7 +216,7 @@ L_Miner: getitem Pickaxe, 1; setq MineQuest_Pickaxe, 2; mesn; - mesq l("Good. You look like a real miner! Take this @@ and go mine bifs!"); + mesq l("Good. You look like a real miner! Take this @@ and go mine bifs!", getitemlink(Pickaxe)); if (TUTORIAL) { next; mesc l("@@ is a two-handed weapon with very low damage and attack speed.", getitemlink(Pickaxe)); |