Skip to content

Commit

Permalink
Update options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Nov 24, 2024
1 parent a650e90 commit 5e8af01
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 5e8af01

Please sign in to comment.