Merge pull request #123 from Catobat/ItemPool
Fix money balancing with reduced item pool
This commit is contained in:
@@ -1164,6 +1164,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:
|
||||
|
||||
Reference in New Issue
Block a user