Skip to content

Commit

Permalink
Update locations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbyssalCreature committed Mar 16, 2024
1 parent 516af50 commit 646e001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/am2r/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_location_datas(world: Optional[MultiWorld], player: Optional[int]):

LocationData("Main Caves", "Main Caves: Freddy Fazbear", 8680105, 315), # Epsilon
LocationData("Hydro Station", "Hydro Station: Turbine Terror", 8680106, 316), # Xander
LocationData("Hydro Station", "Hydro Station: The Lookout", 8680107, 318, logic.AM2R_can_schmove), # Xander
LocationData("Hydro Station", "Hydro Station: The Lookout", 8680107, 318, lambda state: state.has("Speed Booster", player) or logic.AM2R_can_schmove), # Xander
LocationData("Hydro Station", "Hydro Station: Recent Guardian", 8680108, 317), # ANX

LocationData("Hydro Nest", "Hydro Nest: EnderMahan", 8680109, 319),
Expand Down

0 comments on commit 646e001

Please sign in to comment.