fix: minor fix for take_anys
fix: money balancing - initialization in a good case
This commit is contained in:
1
Fill.py
1
Fill.py
@@ -1007,6 +1007,7 @@ def balance_money_progression(world):
|
||||
logger.debug(f'Money balancing needed: Player {target_player} short {difference}')
|
||||
else:
|
||||
difference = 0
|
||||
target_player = next(p for p in solvent)
|
||||
while difference > 0:
|
||||
swap_targets = [x for x in unchecked_locations if x not in sphere_locations and x.item.name.startswith('Rupees') and x.item.player == target_player]
|
||||
if len(swap_targets) == 0:
|
||||
|
||||
Reference in New Issue
Block a user