mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
900c8a519a | ||
![]() |
43acc9f003 |
@@ -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"]
|
||||
|
@@ -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": [
|
||||
|
Reference in New Issue
Block a user