mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 01:03:22 -07:00
ItemLinks: hopefully fix remaining generation issues
This commit is contained in:
@@ -166,6 +166,7 @@ class MultiWorld():
|
||||
getattr(self, option_key)[new_id] = option(option.default)
|
||||
|
||||
self.worlds[new_id] = world_type(self, new_id)
|
||||
self.worlds[new_id].collect_item = classmethod(AutoWorld.World.collect_item).__get__(self.worlds[new_id])
|
||||
self.player_name[new_id] = name
|
||||
|
||||
new_group = self.groups[new_id] = Group(name=name, game=game, players=players,
|
||||
|
||||
Reference in New Issue
Block a user