diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-27 23:34:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-27 23:34:29 -0300 |
commit | 8676d9bfa4f3c4734f771746953de9d7489e0d08 (patch) | |
tree | ea8dad4dfd08ac50a4719045ba1d88fb065fba8c /npc/015-3 | |
parent | 97e408044b6db3ac237c3740f68507c81418b707 (diff) | |
download | serverdata-8676d9bfa4f3c4734f771746953de9d7489e0d08.tar.gz serverdata-8676d9bfa4f3c4734f771746953de9d7489e0d08.tar.bz2 serverdata-8676d9bfa4f3c4734f771746953de9d7489e0d08.tar.xz serverdata-8676d9bfa4f3c4734f771746953de9d7489e0d08.zip |
You can now make Dwarven Sake (72 hours + 12 hours the batch)
Lower the supply from the barkeeper, sake is not a common item.
Add more healing potions for barkeeper. Did I said that at 300 gp the Beer...
...he is actually one of the cheapest beer sellers ingame? NOOBS, YOU BUNCH OF NOOBS.
Diffstat (limited to 'npc/015-3')
-rw-r--r-- | npc/015-3/arkim.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index 21a5ce307..274d9cd9b 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -120,6 +120,8 @@ L_Research: mesq l("@@ is developing these potions.", "Fate, in Nivalis,"); break; // TODO: Missing NPC case 6: mesq l("@@ is developing these potions.", "Frostia Dwarves"); break; + case 7: + mesq l("@@ is developing these potions.", "Frostia Dwarves"); break; default: mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Lachesis and Atropos break; |