fix import error for Hollow Knight

This commit is contained in:
Fabian Dill 2021-06-11 18:05:49 +02:00
parent 2c4c899179
commit 2a13fe05c6
1 changed files with 7 additions and 5 deletions

View File

@ -519,6 +519,8 @@ def main(args, seed=None):
for player, name in enumerate(team, 1):
if player not in world.alttp_player_ids:
connect_names[name] = (i, player)
if world.hk_player_ids:
import Options
for slot in world.hk_player_ids:
slots_data = slot_data[slot] = {}
for option_name in Options.hollow_knight_options: