From 6949545ef8a6d18791ff565223428de293ccf60d Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Sun, 25 Jan 2026 22:08:34 -0600 Subject: [PATCH] More spacing fixes --- Fill.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Fill.py b/Fill.py index 10f8be75..9db0eef0 100644 --- a/Fill.py +++ b/Fill.py @@ -1135,9 +1135,9 @@ def balance_money_progression(world): if location.item: if location.item.name.startswith('Rupee'): if not (location.item.name == 'Rupee (1)' and world.algorithm != 'district'): - wallet[location.item.player] += rupee_chart[location.item.name] - if location.item.name != 'Rupees (300)': - balance_locations[location.item.player].add(location) + wallet[location.item.player] += rupee_chart[location.item.name] + if location.item.name != 'Rupees (300)': + balance_locations[location.item.player].add(location) elif interesting_item(location, location.item, world, location.item.player): checked_locations.append(location) elif location.item.name in acceptable_balancers: