mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
allow more HK names in console commands
This commit is contained in:
3
Main.py
3
Main.py
@@ -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)
|
||||
|
Reference in New Issue
Block a user