DS3: Fixed testHasTutorial and testHasGameInfo unit tests

This commit is contained in:
Marechal-l
2022-07-14 11:53:32 +02:00
parent e7702f0550
commit 925d2185a8
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ class DarkSouls3World(World):
they can use to fight their enemies.
"""
web = DarkSouls3Web()
def __init__(self, world: MultiWorld, player: int):
super().__init__(world, player)
self.locked_items = []