Skip to content

Commit

Permalink
Update restock.lic
Browse files Browse the repository at this point in the history
fang_cove_override_town added to @hometown assignment
  • Loading branch information
OdnaZvezda authored Sep 22, 2023
1 parent d1a8a49 commit f8f276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restock.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f8f276c

Please sign in to comment.