Skip to content

Commit

Permalink
Engineering is the wrong skill here!
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Jan 7, 2025
1 parent df4dec0 commit 62b6212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sew.lic
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Sew
DRCC.find_recipe2(@chapter, @recipe_name, @settings.master_crafting_book, 'tailoring')
else
DRCC.get_crafting_item('tailoring book', @bag, @bag_items, @belt)
echo('*** You will need to upgrade to a journeyman or master book before 176 ranks! ***') if DRSkill.getrank('Engineering') == 175
echo('*** You will need to upgrade to a journeyman or master book before 176 ranks! ***') if DRSkill.getrank('Outfitting') == 175
DRCC.find_recipe2(@chapter, @recipe_name)
DRCC.stow_crafting_item('tailoring book', @bag, @belt)
end
Expand Down

0 comments on commit 62b6212

Please sign in to comment.