diff --git a/test/hollow_knight/__init__.py b/test/hollow_knight/__init__.py index e539b799..63212fdf 100644 --- a/test/hollow_knight/__init__.py +++ b/test/hollow_knight/__init__.py @@ -9,5 +9,8 @@ class TestVanilla(TestBase): def setUp(self): self.world = MultiWorld(1) self.world.game[1] = "Hollow Knight" + import Options + for hk_option in Options.hollow_knight_randomize_options: + getattr(self.world, hk_option)[1] = True create_regions(self.world, 1) gen_hollow(self.world, 1) \ No newline at end of file