Skip to content

Commit

Permalink
Mahan wanted the oklahoma room metroid
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehseezed committed Nov 7, 2023
1 parent b009cfd commit a2aa7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worlds/am2r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def create_items(self) -> None:
self.multiworld.get_location("Hydro Station: Turbine Terror", self.player).place_locked_item(self.create_item("Metroid"))
self.multiworld.get_location("Hydro Station: The Lookout", self.player).place_locked_item(self.create_item("Metroid"))
self.multiworld.get_location("Hydro Station: Recent Guardian", self.player).place_locked_item(self.create_item("Metroid"))
self.multiworld.get_location("Hydro Nest: Spiderman Decent", self.player).place_locked_item(self.create_item("Metroid"))
self.multiworld.get_location("Hydro Nest: EnderMahan", self.player).place_locked_item(self.create_item("Metroid"))
self.multiworld.get_location("Hydro Nest: Carnage Awful", self.player).place_locked_item(self.create_item("Metroid"))
self.multiworld.get_location("Hydro Nest: Venom Awesome", self.player).place_locked_item(self.create_item("Metroid"))
self.multiworld.get_location("Hydro Nest: Something More Something Awesome",self.player).place_locked_item(self.create_item("Metroid"))
Expand Down
2 changes: 1 addition & 1 deletion worlds/am2r/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_location_datas(world: Optional[MultiWorld], player: Optional[int]):
LocationData("Hydro Station", "Hydro Station: The Lookout", 8680107, logic.AM2R_can_schmove), # Xander
LocationData("Hydro Station", "Hydro Station: Recent Guardian", 8680108), # ANX

LocationData("Hydro Nest", "Hydro Nest: Spiderman Decent", 8680109),
LocationData("Hydro Nest", "Hydro Nest: EnderMahan", 8680109),
LocationData("Hydro Nest", "Hydro Nest: Carnage Awful", 8680110),
LocationData("Hydro Nest", "Hydro Nest: Venom Awesome", 8680111),
LocationData("Hydro Nest", "Hydro Nest: Something More Something Awesome", 8680112),
Expand Down

0 comments on commit a2aa7be

Please sign in to comment.