Skip to content

Commit

Permalink
Merge pull request #6909 from vtcifer/safe-room_fix_rpherbig_dr-scrip…
Browse files Browse the repository at this point in the history
…ts_6908
  • Loading branch information
MahtraDR authored Sep 4, 2024
2 parents 87905ff + 684c686 commit 81a4e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe-room.lic
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SafeRoom
wait_at_empath(hometown['npc_empath']['id'])
DRC.fix_standing
if (settings.hometown != hometown_name)
bank_amount = DRCM.deposit_coins(0, settings, hometown_name)
bank_amount, _ = DRCM.deposit_coins(0, settings, hometown_name)
if @keep_bank_amount && bank_amount > @keep_bank_amount
DRCM.minimize_coins(bank_amount - @keep_bank_amount).each { |amount|
DRCM.withdraw_exact_amount?(amount, settings, hometown_name)
Expand Down

0 comments on commit 81a4e1d

Please sign in to comment.