Skip to content

Commit

Permalink
Updated Forge script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyt3 committed Sep 27, 2023
1 parent 5282967 commit 0a30fb0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions forge.lic
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,11 @@ class Forge
return if @recipe_name.include?('temper')

if settings.master_crafting_book
DRC.bput("turn my #{settings.master_crafting_book} to discipline #{@book_type}", 'You turn the') if settings.master_crafting_book
DRC.bput("turn my #{settings.master_crafting_book} to page #{DRCC.find_recipe(@chapter, @recipe_name, settings.master_crafting_book)}", 'You turn your', 'The .* is already')
DRC.bput("study my #{settings.master_crafting_book}", 'Roundtime')
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)
echo('*** You will need to upgrade to a journeyman or master book before 176 ranks! ***') if DRSkill.getrank('Forging') == 175
DRC.bput("turn my book to page #{DRCC.find_recipe(@chapter, @recipe_name)}", 'You turn your', 'The book is already')
DRC.bput('study my book', 'Roundtime')
DRCC.find_recipe2(@chapter, @recipe_name)
DRCC.stow_crafting_item("book", @bag, @forging_belt)
end
end
Expand Down

0 comments on commit 0a30fb0

Please sign in to comment.