Skip to content

Commit

Permalink
SA2B: Fix Weapons Bed - Omochao 2 Logic (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone authored Dec 16, 2023
1 parent b500cf6 commit 6c4fdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sa2b/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def set_mission_upgrade_rules_standard(multiworld: MultiWorld, world: World, pla
add_rule(multiworld.get_location(LocationName.radical_highway_omo_2, player),
lambda state: state.has(ItemName.shadow_air_shoes, player))
add_rule(multiworld.get_location(LocationName.weapons_bed_omo_2, player),
lambda state: state.has(ItemName.eggman_jet_engine, player))
lambda state: state.has(ItemName.eggman_large_cannon, player))

add_rule(multiworld.get_location(LocationName.mission_street_omo_3, player),
lambda state: state.has(ItemName.tails_booster, player))
Expand Down

0 comments on commit 6c4fdc9

Please sign in to comment.