diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-12-07 21:51:54 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-12-07 21:51:54 +0000 |
commit | 7faf89cf61553853fdc5b965d2407a0282eaf8dd (patch) | |
tree | 88b1f3d16889d4fe73c1116464a079e8d3506bfc | |
parent | a845a006391a68f697e9f251a0fd21152144ef8e (diff) | |
parent | 8ec591b9ca312ef99efb89025f06cdc12bed2780 (diff) | |
download | serverdata-7faf89cf61553853fdc5b965d2407a0282eaf8dd.tar.gz serverdata-7faf89cf61553853fdc5b965d2407a0282eaf8dd.tar.bz2 serverdata-7faf89cf61553853fdc5b965d2407a0282eaf8dd.tar.xz serverdata-7faf89cf61553853fdc5b965d2407a0282eaf8dd.zip |
Merge branch 'alchemist_fix' into 'master'
alchemist fixes
See merge request legacy/serverdata!707
-rw-r--r-- | world/map/npc/011-1/alchemist.txt | 8 |
1 files 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; |