From 2bf5ba7c3a84aaeb448596ea464fa540d2b1bc5a Mon Sep 17 00:00:00 2001 From: Derek Hoffmann Date: Tue, 23 Jan 2024 22:05:14 -0500 Subject: [PATCH] [craft.lic] Typo fix in buying runestones for T7 recipe --- craft.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/craft.lic b/craft.lic index cc365275f8..e62124c015 100644 --- a/craft.lic +++ b/craft.lic @@ -488,7 +488,7 @@ class Craft exit if tally >= 1 # Purchase item for product. - DRCT.buy_item(crafting_data['artificing'][@hometown]['stock-room'], recipe['item']) unless DRCI.exists?("basic runestone", @bag) + DRCT.buy_item(crafting_data['artificing'][@hometown]['stock-room'], recipe['noun'].split.last) unless DRCI.exists?("basic runestone", @bag) DRCC.stow_crafting_item('runestone', @bag, @belt) # Check if the fount has enough charges left and replace if required.