diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:52:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:52:40 -0300 |
commit | 3c834d6fb2ea53dd1b315f63fc8d9d49bef74feb (patch) | |
tree | adde536fe0c4aad32d0bf6f66871ac3733116f0d /npc | |
parent | 0cb9d14c7e92c6dc7a8f659de93d599d6bcb9763 (diff) | |
download | serverdata-3c834d6fb2ea53dd1b315f63fc8d9d49bef74feb.tar.gz serverdata-3c834d6fb2ea53dd1b315f63fc8d9d49bef74feb.tar.bz2 serverdata-3c834d6fb2ea53dd1b315f63fc8d9d49bef74feb.tar.xz serverdata-3c834d6fb2ea53dd1b315f63fc8d9d49bef74feb.zip |
Add a tutorial to Tycoon regarding the Pickaxe. Only if tips are enabled.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/007-1/tycoon.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 4a7a2bff4..026b54143 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -174,6 +174,7 @@ L_Miner: mesq l("I'm not neutral, so my vouch have no effect."); next; } + tutmes l("You should do the other miners quest first! Some, however, are harder than others. This will unlock the %s, an important item to advance as a crafter.", getitemlink(Pickaxe)); goto L_Menu; } |