Skip to content

Commit

Permalink
use self.random
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Mar 6, 2024
1 parent cd181c3 commit 0dc90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/zork_grand_inquisitor/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ def fill_slot_data(self) -> Dict[str, Any]:
)

def get_filler_item_name(self) -> str:
return self.multiworld.random.choice(list(self.item_name_groups["Filler"]))
return self.random.choice(list(self.item_name_groups["Filler"]))

0 comments on commit 0dc90b3

Please sign in to comment.