2 Commits

Author SHA1 Message Date
MarioSpore
900c8a519a Fixed SADX/SA2B crashes? 2025-09-12 05:44:49 -04:00
MarioSpore
43acc9f003 Minefield logical access oversight 2025-09-11 19:35:42 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ class GrinchClient(BizHawkClient):
"cmd": "Bounce",
"data": {
"time": time.time(),
"source": ctx.player_names[ctx.slot],
"source": ctx.slot,
"amount": current_egg_count - self.previous_egg_count
},
"tags": ["RingLink"]

View File

@@ -542,7 +542,7 @@ access_rules_dict: dict[str,list[list[str]]] = {
# ["Progressive Vacuum Access": 2]
],
"Minefield": [
["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"],
["Rotten Egg Launcher", "Rocket Spring"],
["Rotten Egg Launcher", "Grinch Copter"]
],
"Power Plant": [