Skip to content

Commit

Permalink
Update worlds/marioland2/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
Alchav and Exempt-Medic authored Sep 10, 2024
1 parent c1504c7 commit 7d5a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/marioland2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def generate_early(self):
if self.options.marios_castle_midway_bell:
self.sprite_data["Mario's Castle"][35]["sprite"] = "Midway Bell"

if self.options.auto_scroll_chances == -1:
if self.options.auto_scroll_chances == "vanilla":
self.auto_scroll_levels = [int(i in [19, 25, 30]) for i in range(32)]
else:
self.auto_scroll_levels = [int(self.random.randint(1, 100) < self.options.auto_scroll_chances)
Expand Down

0 comments on commit 7d5a682

Please sign in to comment.