Skip to content

Commit

Permalink
commented out breaker room chest until I can figure out why it doesn'…
Browse files Browse the repository at this point in the history
…t spawn
  • Loading branch information
MelonSpeedruns committed Nov 29, 2024
1 parent 10a6c92 commit a43e004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/luigismansion/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_apid(code: int):
"Laundry Clear Chest": LMLocationData("Laundry Room", 710, "Chest", 4, []),
"Cold Storage Clear Chest": LMLocationData("Cold Storage", 48, "Chest", 33,
["Fire Element Medal"]),
"Breaker Room Clear Chest": LMLocationData("Breaker Room", 49, "Chest", 36),
#"Breaker Room Clear Chest": LMLocationData("Breaker Room", 49, "Chest", 36),
"Twins' Room Clear Chest": LMLocationData("Twins' Room", 25, "Chest", 25, []), # requires any kind of element medal
"Billiards Room Clear Chest": LMLocationData("Billiards Room", 26, "Chest", 9, []),
"Balcony Clear Chest": LMLocationData("Balcony", 27, "Chest", 31,
Expand Down

0 comments on commit a43e004

Please sign in to comment.