Skip to content

Commit

Permalink
Update worlds/mlss/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: NewSoupVi <[email protected]>
  • Loading branch information
jamesbrq and NewSoupVi authored Sep 18, 2024
1 parent 0f31c5f commit bf49e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/mlss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class MLSSWorld(World):
disabled_locations: Set[str]

def generate_early(self) -> None:
self.disabled_locations = set()
if self.options.skip_minecart:
self.disabled_locations.update([LocationName.HoohooMountainBaseMinecartCaveDigspot])
if self.options.disable_surf:
Expand Down

0 comments on commit bf49e96

Please sign in to comment.