Fix item_links not even rolling

This commit is contained in:
CaitSith2 2022-02-21 14:59:01 -08:00
parent 06ac2d1805
commit 420320f896
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ class MultiWorld():
self.game[new_id] = game
self.custom_data[new_id] = {}
self.player_types[new_id] = NetUtils.SlotType.group
self._region_cache[new_id] = {}
world_type = AutoWorld.AutoWorldRegister.world_types[game]
for option_key, option in world_type.options.items():
getattr(self, option_key)[new_id] = option(option.default)