From 3f94b9a4bfdc2189e542525f6949482dc1ac8365 Mon Sep 17 00:00:00 2001 From: "(V)ariable" Date: Wed, 15 Nov 2023 22:54:02 -0500 Subject: [PATCH] Update locations.py --- worlds/am2r/locations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/am2r/locations.py b/worlds/am2r/locations.py index 9834340245c1..7f0ca6826872 100644 --- a/worlds/am2r/locations.py +++ b/worlds/am2r/locations.py @@ -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),