Skip to content

Commit

Permalink
Pumpkin Zone 1 unbeatable with Midway Bells unshuffled
Browse files Browse the repository at this point in the history
  • Loading branch information
alchav committed Sep 16, 2024
1 parent bafe770 commit d1f136b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/marioland2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def generate_early(self):

self.auto_scroll_levels[level_name_to_id["Mario's Castle"]] = 0
unbeatable_scroll_levels = ["Tree Zone 3", "Macro Zone 2", "Space Zone 1", "Turtle Zone 2", "Pumpkin Zone 2"]
if not self.options.shuffle_midway_bells:
unbeatable_scroll_levels.append("Pumpkin Zone 1")
for level, i in enumerate(self.auto_scroll_levels):
if i == 1:
if self.options.auto_scroll_mode in ("global_cancel_item", "level_cancel_items"):
Expand Down

0 comments on commit d1f136b

Please sign in to comment.