Count non-LttP Progressive items during playthrough creation
(there seem to be more problems hiding though)
This commit is contained in:
parent
97030590c2
commit
6ea68dd290
|
@ -233,7 +233,7 @@ class MultiWorld():
|
||||||
ret = CollectionState(self)
|
ret = CollectionState(self)
|
||||||
|
|
||||||
def soft_collect(item):
|
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 'Sword' in item.name:
|
||||||
if ret.has('Golden Sword', item.player):
|
if ret.has('Golden Sword', item.player):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue