mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Psuedocode generic giftsanity logic
This commit is contained in:
@@ -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": [
|
||||
[]
|
||||
|
Reference in New Issue
Block a user