mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
set all Hollow Knight items to be randomized in Unittest
This commit is contained in:
@@ -9,5 +9,8 @@ class TestVanilla(TestBase):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.world = MultiWorld(1)
|
self.world = MultiWorld(1)
|
||||||
self.world.game[1] = "Hollow Knight"
|
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)
|
create_regions(self.world, 1)
|
||||||
gen_hollow(self.world, 1)
|
gen_hollow(self.world, 1)
|
Reference in New Issue
Block a user