From 4938b5f54fddb3c03c7670dff55405b2781f1036 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:09:13 +0100 Subject: [PATCH] The Witness: Give an actual name to the new option (lol) #4238 (cherry picked from commit dbf284d4b27f8ac31460087863e0b5c341da1101) --- worlds/witness/options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/witness/options.py b/worlds/witness/options.py index e1462cc37508..fe039f9d47e3 100644 --- a/worlds/witness/options.py +++ b/worlds/witness/options.py @@ -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"