From 4d2ea00dd3060177667a246cc5e6ba02b67960b9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 11:11:46 -0300 Subject: Wyara now sells Piberries Infusions, if Arkim released that knowledge. --- npc/015-3/hermit.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'npc/015-3/hermit.txt') 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)); -- cgit v1.2.3-60-g2f50