diff options
-rw-r--r-- | npc/003-8/jhedia.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index a6de251d5..a9d09fe7e 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -116,6 +116,9 @@ L_Menu: } L_Close: + tutmes l("You can also obtain ingots by melting down equipment. The Meltdown forge is in Nivalis, very far from Tulimshar."), l("Protip"), false; + if (BaseLevel < 20) + tutmes l("You cannot visit Nivalis before obtaining level 20."), l("Note"), false; closedialog; goodbye; close; |