Skip to content

Commit

Permalink
Merge pull request #6995 from desertkaz/desertkaz-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Nov 20, 2024
2 parents 8d890bf + 7fc0801 commit 7be03e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tinker.lic
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ class Tinker
work("analyze my #{@noun}")
elsif args.mechanisms
DRCC.get_adjust_tongs?('reset shovel', @bag, @bag_items, @belt, true) if @settings.adjustable_tongs
if @bag_items == nil
@bag_items = ["mechanisms"]
else
@bag_items.push("mechanisms") unless @bag_items.any? { |item| /mechanism/.match(item) }
end
mechanisms(args)
else
DRCC.check_consumables('stain', @info['tool-room'], @info['stain-number'], @bag, @bag_items, @belt) unless args.skip
Expand Down Expand Up @@ -237,6 +242,7 @@ class Tinker
DRCI.stow_hands
exit
when /pulling on the gear press/
tool = 'pliers'
command = "pull my #{@noun} with press"
when /you are left with several complete mechanisms/
DRCC.stow_crafting_item(DRC.right_hand, @bag, nil)
Expand Down

0 comments on commit 7be03e8

Please sign in to comment.