Skip to content

Commit

Permalink
The Witness: Give an actual name to the new option (lol) ArchipelagoM…
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Nov 27, 2024
1 parent 7562404 commit dbf284d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/witness/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ class PuzzleRandomizationSeed(Range):
Sigma Rando, which is the basis for all puzzle randomization in this randomizer, uses a seed from 1 to 9999999 for the puzzle randomization.
This option lets you set this seed yourself.
"""
display_name = "Puzzle Randomization Seed"
range_start = 1
range_end = 9999999
default = "random"
Expand Down

0 comments on commit dbf284d

Please sign in to comment.