Spoiler: add player name to sphere 0 items in playthrough (#1607)
This commit is contained in:
parent
a7f7f91aaf
commit
b7c74919b7
|
@ -1208,7 +1208,7 @@ class Spoiler():
|
|||
raise RuntimeError(f'Not all required items reachable. Unreachable locations: {required_locations}')
|
||||
|
||||
# we can finally output our playthrough
|
||||
self.playthrough = {"0": sorted([str(item) for item in
|
||||
self.playthrough = {"0": sorted([self.multiworld.get_name_string_for_object(item) for item in
|
||||
chain.from_iterable(multiworld.precollected_items.values())
|
||||
if item.advancement])}
|
||||
|
||||
|
|
Loading…
Reference in New Issue