From 62b62127c6cddc6951ef5526b72edfc4dc249863 Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:08:14 +1300 Subject: [PATCH] Engineering is the wrong skill here! --- sew.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sew.lic b/sew.lic index 6f70175a57..2502c5ff39 100644 --- a/sew.lic +++ b/sew.lic @@ -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