Skip to content

Commit

Permalink
The Witness: Give an actual name to the new option (lol) #4238
Browse files Browse the repository at this point in the history
(cherry picked from commit dbf284d)
  • Loading branch information
NewSoupVi authored and Berserker66 committed Nov 27, 2024
1 parent 7d84a79 commit 4938b5f
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 4938b5f

Please sign in to comment.