Core: Rename the missed slot_seeds. (#1432)

* Rename the missed slot_seeds.

* Fixed a threaded context random error.
This commit is contained in:
CaitSith2
2023-02-03 10:39:18 -08:00
committed by GitHub
parent 0817305d5b
commit 555a0da46d
4 changed files with 12 additions and 12 deletions

View File

@@ -343,7 +343,7 @@ class ZillionWorld(World):
def generate_output(self, output_directory: str) -> None:
"""This method gets called from a threadpool, do not use world.random here.
If you need any last-second randomization, use MultiWorld.slot_seeds[slot] instead."""
If you need any last-second randomization, use MultiWorld.per_slot_randoms[slot] instead."""
self.finalize_item_locations()
assert self.zz_system.patcher, "didn't get patcher from generate_early"