Count non-LttP Progressive items during playthrough creation

(there seem to be more problems hiding though)
This commit is contained in:
Fabian Dill
2021-04-29 08:14:09 +02:00
parent 97030590c2
commit 6ea68dd290

View File

@@ -233,7 +233,7 @@ class MultiWorld():
ret = CollectionState(self)
def soft_collect(item):
if item.name.startswith('Progressive '):
if item.game == "A Link to the Past" and item.name.startswith('Progressive '):
if 'Sword' in item.name:
if ret.has('Golden Sword', item.player):
pass