mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Future-proofing Max logic when movesanity gets implemented
This commit is contained in:
@@ -367,6 +367,7 @@ rules_dict: dict[str,list[list[str]]] = {
|
||||
],
|
||||
"GC Blueprint - Whoville Clock Tower - Before Bells": [
|
||||
["Rocket Spring"]
|
||||
# ["Max", "Rocket Spring"]
|
||||
],
|
||||
"GC Blueprint - Whoville Clock Tower - After Bells": [
|
||||
["Rocket Spring"]
|
||||
@@ -390,10 +391,12 @@ rules_dict: dict[str,list[list[str]]] = {
|
||||
],
|
||||
"GC Blueprint - Who Dump Power Plant - Max Cave": [
|
||||
[]
|
||||
# ["Max"]
|
||||
],
|
||||
"GC Blueprint - Who Dump Power Plant - After First Gate": [
|
||||
["Rotten Egg Launcher", "Rocket Spring"],
|
||||
["Grinch Copter"]
|
||||
# ["Max", "Rotten Egg Launcher", "Rocket Spring"]
|
||||
],
|
||||
"GC Blueprint - Who Dump Generator Building - Before Mission": [
|
||||
["Rotten Egg Launcher", "Grinch Copter"],
|
||||
|
Reference in New Issue
Block a user