The Witness: Give an actual name to the new option (lol) #4238

This commit is contained in:
NewSoupVi 2024-11-27 02:09:13 +01:00 committed by GitHub
parent 75624042f7
commit dbf284d4b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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"