From abe377d0a253ec02b49ca5301eb937253ea1a546 Mon Sep 17 00:00:00 2001 From: BinuDR <36463075+BinuDR@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:49:26 -0500 Subject: [PATCH] [craft.lic] - Added tier 12 recipe for engineering Added the ornate wood burin as the tier 12 recipe for the engineering section. --- craft.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/craft.lic b/craft.lic index 371802cf23..e808bb4898 100644 --- a/craft.lic +++ b/craft.lic @@ -119,7 +119,7 @@ class Craft elsif rank <= 1400 # Tier 11 - Very Difficult shape(7, 'a wood haircomb', 'haircomb') else # Tier 12 Extremely Difficult - echo('*** NOT YET IMPLEMENTED ***') + shape(6, 'ornate wood burin', 'burin') end end