Skip to content

Commit

Permalink
Merge pull request #6663 from BinuDR/master-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Aug 5, 2023
2 parents 1ea5e7c + cde8888 commit 340d6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remedy.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 340d6cb

Please sign in to comment.