From 0e397c70798aadfe2d7a1a664e0d51da32b0e4fa Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Tue, 30 Sep 2025 00:59:38 -0400 Subject: [PATCH] Forgot PC for abbreviation in rules --- worlds/grinch/Rules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/grinch/Rules.py b/worlds/grinch/Rules.py index 8ab1ad25..1dc39266 100644 --- a/worlds/grinch/Rules.py +++ b/worlds/grinch/Rules.py @@ -516,10 +516,10 @@ rules_dict: dict[str,list[list[str]]] = { # ], # "Pink Present": [ # [REL], - # ["Pancake"] + # [PC] # ], # "Yellow Present": [ - # ["Pancake"] + # [PC] # ] }