From 92d932da55ac819f6974239b8ca6f9e229632bbb Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Sun, 14 Sep 2025 17:47:03 -0400 Subject: [PATCH] Psuedocode generic giftsanity logic --- worlds/grinch/Rules.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/worlds/grinch/Rules.py b/worlds/grinch/Rules.py index e328139b..cc5948f7 100644 --- a/worlds/grinch/Rules.py +++ b/worlds/grinch/Rules.py @@ -510,9 +510,23 @@ rules_dict: dict[str,list[list[str]]] = { "5th Crate Squashed": [ [] ] + # "Green Present": [ + # [] + # ], + # "Red Present": [ + # [] + # ], + # "Pink Present": [ + # ["Rotten Egg Launcher"], + # ["Pancake"] + # ], + # "Yellow Present": [ + # ["Pancake"] + # ] } + access_rules_dict: dict[str,list[list[str]]] = { "Whoville": [ []