mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
The Witness: Give an actual name to the new option (lol) #4238
This commit is contained in:
@@ -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.
|
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.
|
This option lets you set this seed yourself.
|
||||||
"""
|
"""
|
||||||
|
display_name = "Puzzle Randomization Seed"
|
||||||
range_start = 1
|
range_start = 1
|
||||||
range_end = 9999999
|
range_end = 9999999
|
||||||
default = "random"
|
default = "random"
|
||||||
|
Reference in New Issue
Block a user