allow more HK names in console commands

This commit is contained in:
Fabian Dill
2021-03-19 04:30:19 +01:00
parent 8d6bec8b9a
commit cdc330629b
3 changed files with 11 additions and 8 deletions

View File

@@ -487,7 +487,8 @@ def main(args, seed=None):
multidata = zlib.compress(pickle.dumps({"names": parsed_names,
"connect_names": connect_names,
"remote_items": {player for player in range(1, world.players + 1) if
world.remote_items[player]},
world.remote_items[player] or
world.game[player] == "Hollow Knight"},
"locations": {
(location.address, location.player):
(location.item.code, location.item.player)