We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generate_output
1 parent 89cd516 commit cdc4cabCopy full SHA for cdc4cab
worlds/AutoWorld.py
@@ -309,8 +309,8 @@ def post_fill(self) -> None:
309
This happens before progression balancing, so the items may not be in their final locations yet."""
310
311
def generate_output(self, output_directory: str) -> None:
312
- """This method gets called from a threadpool, do not use world.random here.
313
- If you need any last-second randomization, use MultiWorld.per_slot_randoms[slot] instead."""
+ """This method gets called from a threadpool, do not use multiworld.random here.
+ If you need any last-second randomization, use self.random instead."""
314
pass
315
316
def fill_slot_data(self) -> Dict[str, Any]: # json of WebHostLib.models.Slot
0 commit comments