From d3a7b014bd82b438097dde42a1e2f69f621e4b8f Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Fri, 3 Oct 2025 16:50:06 -0400 Subject: [PATCH] Added gadget_rando & some description adjustments --- worlds/grinch/Options.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/worlds/grinch/Options.py b/worlds/grinch/Options.py index 6571493b..3a22decd 100644 --- a/worlds/grinch/Options.py +++ b/worlds/grinch/Options.py @@ -42,7 +42,9 @@ class Missionsanity(Choice): class ExcludeEnvironments(OptionSet): """ Allows entire environments to be an excluded location to ensure you are not logically required to enter the environment along - with any and all checks that are in that environment too. WARNING: Excluding too many environments may cause generation to fail. + with any and all checks that are in that environment too. + + WARNING: Excluding too many environments may cause generation to fail. [NOT IMPLEMENTED] Valid keys: "Whoville", "Who Forest", "Who Dump", "Who Lake", "Post Office", "Clock Tower", "City Hall", @@ -95,7 +97,13 @@ class Moverando(OptionSet): Valid keys: "Pancake", "Seize", "Max", "Bad Breath", "Sneak" """ display_name = "Moves Randomized" - default = ["Pancake", "Seize", "Max", "Bad Breath", "Sneak"] + default = [ + "Pancake", + "Seize", + "Max", + "Bad Breath", + "Sneak" + ] class UnlimitedEggs(Toggle): """Determine whether or not you run out of rotten eggs when you utilize your gadgets.""" @@ -118,6 +126,7 @@ class GrinchOptions(PerGameCommonOptions):#DeathLinkMixin progressive_gadget: ProgressiveGadget supadow_minigames: Supadow giftsanity: Gifts + gadget_rando: GadgetRando move_rando: Moverando unlimited_eggs: UnlimitedEggs ring_link: RingLinkOption