Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Nov 5, 2024
1 parent b38d1da commit 59cf858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskmaster.lic
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ class TaskMaster
unless @crafting_room
DRCT.walk_to(14886) unless @marathon
else
RCT.walk_to(@crafting_room)
DRCT.walk_to(@crafting_room)
end
count.times do
DRC.wait_for_script_to_complete('sew', ['stow', 'instructions', type, item, base == 'yarn' ? 'knit' : nil, @marathon ? 'skip' : nil])
Expand Down Expand Up @@ -595,7 +595,7 @@ class TaskMaster
DRC.bput("get coin from my sack", "You pick up", "What were you")
end
result = DRC.bput("look in my sack", /^In the .* you see.*/)
if result.match?(@keep_regex)
if result.match?(@keeplist_regex)
result.sub!(/In the woven sack you see (a|an|some) /, '').sub!(/\.$/, '')
DRC.message("Found a keeper: #{result}")
SlackBot.new.direct_message(@username, "Found a keeper: #{result}")
Expand Down

0 comments on commit 59cf858

Please sign in to comment.