From 7b183369715579bf20b7a540a7861bad48b77863 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Wed, 29 Oct 2025 18:30:50 -0400 Subject: [PATCH] WD blueprint location renaming to reduce confusion --- worlds/grinch/Rules.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worlds/grinch/Rules.py b/worlds/grinch/Rules.py index 96bb149a..de6ec4bd 100644 --- a/worlds/grinch/Rules.py +++ b/worlds/grinch/Rules.py @@ -284,13 +284,13 @@ rules_dict: dict[str,list[list[str]]] = { [REL, RS], [REL, GC] ], - "WD - OCD BP inside Middle Pipe": [ + "WD - OCD BP inside Pipe near Vacuum Tube": [ [REL, RS], [REL, GC], [SS, RS], [SS, GC] ], - "WD - OCD BP inside Right Pipe": [ + "WD - OCD BP inside Pipe on right side": [ [REL, RS], [REL, GC] ], @@ -298,7 +298,7 @@ rules_dict: dict[str,list[list[str]]] = { [REL, RS], [REL, GC] ], - "WD - OCD BP inside Left Pipe": [ + "WD - OCD BP inside Pipe on left side": [ [REL, RS], [REL, GC], [SS, RS],