From 8ec591b9ca312ef99efb89025f06cdc12bed2780 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Thu, 7 Dec 2023 21:31:06 +0100 Subject: alchemist fixes --- world/map/npc/011-1/alchemist.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/world/map/npc/011-1/alchemist.txt b/world/map/npc/011-1/alchemist.txt index 16f38da8..b8823283 100644 --- a/world/map/npc/011-1/alchemist.txt +++ b/world/map/npc/011-1/alchemist.txt @@ -130,8 +130,8 @@ L_main_menu: @menuitems$[5], L_MenuItems, @menuitems$[6], L_MenuItems, @menuitems$[7], L_MenuItems, - @menuitems$[8], L_MenuItems; - @menuitems$[9], L_MenuItems; + @menuitems$[8], L_MenuItems, + @menuitems$[9], L_MenuItems, @menuitems$[10], L_MenuItems; L_MenuItems: @@ -400,7 +400,7 @@ L_concentration: getitem "ConcentrationPotion", @count; close; -L_slow_poison;: +L_slow_poison: set @COST_PER_SLOW_POISON_POTION, 2; mes "\" To make them, I'm going to need " + @COST_PER_SLOW_POISON_POTION + " Mountain Snake Tongues per Slow Poison Potion. How many Slow Poison Potions would you like?\""; @@ -432,7 +432,7 @@ L_no_concentration: mes "\"You have to bring me 2 [@@565|@@]s for each [@@568|@@].\""; close; -L_no_slow_poison +L_no_slow_poison: mes "\"You have to bring me 2 [@@711|@@]s for each [@@750|@@].\""; close; -- cgit v1.2.3-60-g2f50