diff options
Diffstat (limited to 'npc/015-3')
-rw-r--r-- | npc/015-3/arkim.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index f37772430..ea5e82fa5 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -116,8 +116,10 @@ L_Research: switch (@menu) { case 4: mesq l("@@ is developing these potions.", "Wyara"); break; + case 5: + mesq l("@@ is developing these potions.", "Fate, in Nivalis,"); break; // TODO: Missing NPC default: - mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Fate, Clotho, Lachesis and Atropos + mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Clotho, Lachesis and Atropos break; } |