Skip to content

Commit

Permalink
[craft.lic]
Browse files Browse the repository at this point in the history
Typo fix in buying runestones for T7 recipe
  • Loading branch information
vtcifer authored Jan 24, 2024
1 parent b8cf54e commit 2bf5ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craft.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2bf5ba7

Please sign in to comment.