diff options
Diffstat (limited to 'npc/015-3/hermit.txt')
-rw-r--r-- | npc/015-3/hermit.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/015-3/hermit.txt b/npc/015-3/hermit.txt index 715ba5625..559721c8d 100644 --- a/npc/015-3/hermit.txt +++ b/npc/015-3/hermit.txt @@ -105,7 +105,15 @@ L_Research: mesq l("The @@ is a powerful healing drink.", getitemlink(PiberriesInfusion-4+@menu)); next; mesn; - mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: NPCs: ??, Fate, Clotho, Lachesis and Atropos + + switch (@menu) { + case 4: + mesq l("@@ is developing these potions.", "Wyara"); break; + default: + mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Fate, Clotho, Lachesis and Atropos + break; + } + break; case 3: mesq l("Ah! @@. A very rare drop!", getitemlink(DarkDesertMushrooom)); |