Shivers: Stop using get_all_state cache to fix timing issue #4522

Co-authored-by: NewSoupVi <[email protected]>
This commit is contained in:
qwint
2025-01-25 00:35:54 +01:00
committed by GitHub
co-authored by NewSoupVi
parent cc770418f2
commit 86641223c1
+1 -1
View File
@@ -245,7 +245,7 @@ class ShiversWorld(World):
storage_items += [self.create_item("Empty") for _ in range(3)]
state = self.multiworld.get_all_state(True)
state = self.multiworld.get_all_state(False)
self.random.shuffle(storage_locs)
self.random.shuffle(storage_items)