From 59cf858ae8bd86a1c67bf8933018bac600a11bb6 Mon Sep 17 00:00:00 2001 From: MahtraDR <93822896+MahtraDR@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:47:50 +1300 Subject: [PATCH] Fixes --- taskmaster.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskmaster.lic b/taskmaster.lic index 296bd0d3f7..0fd5362c64 100644 --- a/taskmaster.lic +++ b/taskmaster.lic @@ -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]) @@ -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}")