set all Hollow Knight items to be randomized in Unittest

This commit is contained in:
Fabian Dill 2021-03-21 05:26:15 +01:00
parent ce3804038e
commit 5e776f45fc
1 changed files with 3 additions and 0 deletions

View File

@ -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)