Fix money balancing with reduced item pool

This commit is contained in:
Catobat
2021-08-06 14:17:24 +02:00
parent bcaee735a2
commit 579c3bfd23
2 changed files with 13 additions and 10 deletions

View File

@@ -808,6 +808,8 @@ class CollectionState(object):
def collect(self, item, event=False, location=None):
if location:
self.locations_checked.add(location)
if not item:
return
changed = False
if item.name.startswith('Progressive '):
if 'Sword' in item.name: