From f8f276c9307aa97bc95c3505883bcb30f2864091 Mon Sep 17 00:00:00 2001 From: OdnaZvezda Date: Fri, 22 Sep 2023 08:12:52 -0700 Subject: [PATCH 1/3] Update restock.lic fang_cove_override_town added to @hometown assignment --- restock.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restock.lic b/restock.lic index 6ec2ea9ea2..dad3294253 100644 --- a/restock.lic +++ b/restock.lic @@ -15,7 +15,7 @@ class Restock @debug = args.debug || false @settings = get_settings @restock = @settings.restock - @hometown = @settings.hometown + @hometown = settings.fang_cove_override_town || settings.hometown @runestone_storage = @settings.runestone_storage amount, denom = @settings.sell_loot_money_on_hand.split(' ') @keep_copper = DRCM.convert_to_copper(amount, denom) From 5e1df3b49ee6041804477a0a2b98fbb830cca1dd Mon Sep 17 00:00:00 2001 From: OdnaZvezda Date: Fri, 22 Sep 2023 08:21:21 -0700 Subject: [PATCH 2/3] Update restock.lic forgot @ on settings. --- restock.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restock.lic b/restock.lic index dad3294253..6e8138edfd 100644 --- a/restock.lic +++ b/restock.lic @@ -15,7 +15,7 @@ class Restock @debug = args.debug || false @settings = get_settings @restock = @settings.restock - @hometown = settings.fang_cove_override_town || settings.hometown + @hometown = @settings.fang_cove_override_town || @settings.hometown @runestone_storage = @settings.runestone_storage amount, denom = @settings.sell_loot_money_on_hand.split(' ') @keep_copper = DRCM.convert_to_copper(amount, denom) From b9c1956f7233b94904b17b69d57827be0f34e30b Mon Sep 17 00:00:00 2001 From: OdnaZvezda Date: Fri, 22 Sep 2023 10:49:49 -0700 Subject: [PATCH 3/3] Update common-items.lic Added unmatched message for Blacksmith Osmandikar on Fang Cove --- common-items.lic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common-items.lic b/common-items.lic index 4cc3ed7599..6f5c858869 100644 --- a/common-items.lic +++ b/common-items.lic @@ -387,7 +387,8 @@ module DRCI /has declined the offer/, /^Your offer to .* has expired/, /^You may only have one outstanding offer at a time/, - /^What is it you're trying to give/ + /^What is it you're trying to give/, + /Lucky for you! That isn't damaged!/ ] #########################################