Skip to content

Commit

Permalink
Merge pull request #6705 from OdnaZvezda/master
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Sep 22, 2023
2 parents 24bdf6e + b9c1956 commit 5b1e509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion common-items.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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!/
]

#########################################
Expand Down
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 5b1e509

Please sign in to comment.