From cde888879380030bc5a5d4fa2b1bfba7bfc306dd Mon Sep 17 00:00:00 2001 From: BinuDR <36463075+BinuDR@users.noreply.github.com> Date: Sat, 5 Aug 2023 01:19:28 -0500 Subject: [PATCH] remedy - fix for book Fix for issue with trying to get out a "remedies book" instead of "remedy book" --- remedy.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remedy.lic b/remedy.lic index e2480cab7b..d0d36a6ff2 100644 --- a/remedy.lic +++ b/remedy.lic @@ -171,10 +171,10 @@ class Remedy if @settings.master_crafting_book DRCC.find_recipe2(@chapter, @recipe_name, @settings.master_crafting_book, @book_type) else - DRCC.get_crafting_item("#{@book_type} book", @bag, @bag_items, @forging_belt) + DRCC.get_crafting_item("remedy book", @bag, @bag_items, @forging_belt) echo('*** You will need to upgrade to a journeyman or master book before 176 ranks! ***') if DRSkill.getrank('Alchemy') == 175 DRCC.find_recipe2(@chapter, @recipe_name) - DRCC.stow_crafting_item("book", @bag, @forging_belt) + DRCC.stow_crafting_item("remedy book", @bag, @forging_belt) end if ('red flower').include?(@herb1)