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": [
|
"5th Crate Squashed": [
|
||||||
[]
|
[]
|
||||||
]
|
]
|
||||||
|
# "Green Present": [
|
||||||
|
# []
|
||||||
|
# ],
|
||||||
|
# "Red Present": [
|
||||||
|
# []
|
||||||
|
# ],
|
||||||
|
# "Pink Present": [
|
||||||
|
# ["Rotten Egg Launcher"],
|
||||||
|
# ["Pancake"]
|
||||||
|
# ],
|
||||||
|
# "Yellow Present": [
|
||||||
|
# ["Pancake"]
|
||||||
|
# ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
access_rules_dict: dict[str,list[list[str]]] = {
|
access_rules_dict: dict[str,list[list[str]]] = {
|
||||||
"Whoville": [
|
"Whoville": [
|
||||||
[]
|
[]
|
||||||
|
Reference in New Issue
Block a user