Psuedocode generic giftsanity logic

This commit is contained in:
MarioSpore
2025-09-14 17:47:03 -04:00
parent b1b65a3adf
commit 92d932da55

View File

@@ -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": [
[]