pass explicit seed_name from MultiMystery.py

This commit is contained in:
Fabian Dill
2021-04-12 09:45:07 +02:00
parent 2df7e4e537
commit 433981fd3d
4 changed files with 20 additions and 21 deletions

View File

@@ -321,7 +321,7 @@ class MultiWorld():
if location.can_fill(self.state, item, False):
location.item = item
item.location = location
item.world = self # try to not have this here anymore
item.world = self # try to not have this here anymore
if collect:
self.state.collect(item, location.event, location)