mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SA2B: Fix Weapons Bed - Omochao 2 Logic (#2605)
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user