From dbc592dad05a6971cec6d70925f5f43bed42957a Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Mon, 29 Sep 2025 18:05:14 -0400 Subject: [PATCH] Moverando item renames --- worlds/grinch/Items.py | 4 ++-- worlds/grinch/Options.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/worlds/grinch/Items.py b/worlds/grinch/Items.py index bb7467db..431ed556 100644 --- a/worlds/grinch/Items.py +++ b/worlds/grinch/Items.py @@ -50,9 +50,9 @@ PVT: str = "Progressive Vacuum Tube" PC: str = "Pancake" SR: str = "Sleigh Room Key" BB: str = "Bad Breath" -PNP: str = "Push & Pull" +SO: str = "Seize Objects" M: str = "Max" -TT: str = "Tip Toe" +TT: str = "Sneak" #Gadgets #All gadgets require at least 4 different blueprints to be unlocked in the computer in Mount Crumpit. diff --git a/worlds/grinch/Options.py b/worlds/grinch/Options.py index fbfeadc9..dedba83a 100644 --- a/worlds/grinch/Options.py +++ b/worlds/grinch/Options.py @@ -88,10 +88,10 @@ class GadgetRando(OptionSet): class Moverando(OptionSet): """Randomizes Grinch's moveset along with randomizing max into the pool. [NOT IMPLEMENTED] - Valid keys: "Pancake", "Push & Pull", "Max", "Bad Breath", "Tip Toe" + Valid keys: "Pancake", "Seize Objects", "Max", "Bad Breath", "Sneak" """ display_name = "Moves Randomized" - valid_keys = {"Pancake", "Push & Pull", "Max", "Bad Breath", "Tip Toe"} + valid_keys = {"Pancake", "Seize Objects", "Max", "Bad Breath", "Sneak"} class UnlimitedEggs(Toggle): """Determine whether or not you run out of rotten eggs when you utilize your gadgets."""