From bccc83f8645acc2ee5f9e7018fcce28c431fb019 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Fri, 3 Oct 2025 23:07:15 -0400 Subject: [PATCH] Fixed Exhaust Pipes not being logically required for WV --- worlds/grinch/Rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/grinch/Rules.py b/worlds/grinch/Rules.py index d318336d..dd0070e2 100644 --- a/worlds/grinch/Rules.py +++ b/worlds/grinch/Rules.py @@ -479,7 +479,7 @@ rules_dict: dict[str,list[list[str]]] = { [] ], "WV - Exhaust Pipes": [ - [REL] + [WV, REL] ], "WF - Skis": [ [WF]