SoE: allow start_inventory

This commit is contained in:
black-sliver 2022-01-22 01:50:48 +01:00 committed by Fabian Dill
parent 9d4d92167a
commit 102c1fecb6
1 changed files with 0 additions and 3 deletions

View File

@ -134,9 +134,6 @@ class SoEWorld(World):
self.world.get_entrance('New Game', self.player).connect(self.world.get_region('Ingame', self.player))
def create_items(self):
# clear precollected items since we don't support them yet
if type(self.world.precollected_items) is dict:
self.world.precollected_items[self.player] = []
# add items to the pool
self.world.itempool += list(map(lambda item: self.create_item(item), _items))