From 5707acc614e51a80e000c1db52c4a4f0b2e902ed Mon Sep 17 00:00:00 2001 From: lammyson <17099142+lammyson@users.noreply.github.com> Date: Tue, 8 Sep 2026 00:44:08 -0400 Subject: [PATCH] Fix super spy bonus --- worlds/melee/Rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/melee/Rules.py b/worlds/melee/Rules.py index 160f173e0f3..91ff4dc135e 100644 --- a/worlds/melee/Rules.py +++ b/worlds/melee/Rules.py @@ -327,6 +327,7 @@ def set_location_rules(world: "SSBMWorld") -> None: set_rule(world.get_location("Bonus - Bob-omb Squad"), Has("Bob-omb")) set_rule(world.get_location("Bonus - Laser Marksman"), Has("Ray Gun")) set_rule(world.get_location("Bonus - Pokémon KO"), Has("Poké Ball")) + set_rule(world.get_location("Bonus - Super Spy"), Has("Motion-Sensor Bomb")) if world.options.enable_rare_pokemon_checks: set_rule(world.get_location("Bonus - Mew Catcher"), Has("Poké Ball"))