Skip to content

Commit

Permalink
Update locations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ANXvariable committed Nov 16, 2023
1 parent d45c59f commit 3f94b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/am2r/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def get_location_datas(world: Optional[MultiWorld], player: Optional[int]):

LocationData("Industrial Complex", "Industrial Complex: Conveyor Belt Room", 8680051, lambda state: state.has("Speed Booster", player)),
LocationData("Industrial Complex", "Industrial Complex: Doom Treadmill", 8680052, lambda state: state.has("Speed Booster", player) and logic.AM2R_can_bomb(state)),
LocationData("Industrial Complex", "Industrial Complex: Robot room in the Wall", 8680053, lambda state: state.has("Speed Booster", player)),
LocationData("Industrial Complex", "Industrial Complex: Robot room in the Floor", 8680054, lambda state: state.has("Super Missile", player) and state.has("Speed Booster", player)),
LocationData("Industrial Complex", "Industrial Complex: By the Not Ramp of Doom", 8680053, lambda state: state.has("Speed Booster", player)),
LocationData("Industrial Complex", "Industrial Complex: In the Not Ramp of Doom", 8680054, lambda state: state.has("Super Missile", player) and state.has("Speed Booster", player)),
LocationData("Industrial Complex", "Industrial Complex: First Supers", 8680055, lambda state: state.has("Super Missile", player) and state.has("Speed Booster", player)),

LocationData("GFS Thoth", "GFS Thoth: Research Camp", 8680056),
Expand Down

0 comments on commit 3f94b9a

Please sign in to comment.