Remove Fake Hollow Knight Items and Locations

Add GetDataPackage Network system
This commit is contained in:
Fabian Dill
2021-02-25 02:07:28 +01:00
parent 499f67c586
commit f19291aaed
9 changed files with 84 additions and 68 deletions

View File

@@ -719,9 +719,9 @@ def create_playthrough(world):
collection_spheres.append(sphere)
logging.getLogger('').debug('Calculated final sphere %i, containing %i of %i progress items.', len(collection_spheres), len(sphere), len(required_locations))
logging.debug('Calculated final sphere %i, containing %i of %i progress items.', len(collection_spheres), len(sphere), len(required_locations))
if not sphere:
raise RuntimeError('Not all required items reachable. Something went terribly wrong here.')
raise RuntimeError(f'Not all required items reachable. Unreachable locations: {required_locations}')
def flist_to_iter(node):
while node: