Skip to content

Commit

Permalink
Mountain Longbox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Nov 4, 2023
1 parent a8908cf commit 75d7dd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worlds/witness/player_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ def make_options_adjustments(self, world: World):
else:
adjustment_linesets_in_order.append(get_bottom_floor_discard_nondoors_exclusion_list())

if victory == 2 and chal_lasers >= mnt_lasers:
adjustment_linesets_in_order.append(["Disabled Locations:", "0xFFF00 (Mountain Box Long)"])

# Exclude Discards / Vaults

if not is_option_enabled(world, "shuffle_discarded_panels"):
Expand Down

0 comments on commit 75d7dd3

Please sign in to comment.