mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Count non-LttP Progressive items during playthrough creation
(there seem to be more problems hiding though)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user