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)