Skip to content

Commit cdc4cab

Browse files
ZunaweFlySniper
authored andcommitted
Docs: Update generate_output docstring (ArchipelagoMW#2098)
1 parent 89cd516 commit cdc4cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worlds/AutoWorld.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ def post_fill(self) -> None:
309309
This happens before progression balancing, so the items may not be in their final locations yet."""
310310

311311
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."""
312+
"""This method gets called from a threadpool, do not use multiworld.random here.
313+
If you need any last-second randomization, use self.random instead."""
314314
pass
315315

316316
def fill_slot_data(self) -> Dict[str, Any]: # json of WebHostLib.models.Slot

0 commit comments

Comments
 (0)