Skip to content

Commit

Permalink
C# moment
Browse files Browse the repository at this point in the history
  • Loading branch information
TRPG0 committed Aug 11, 2024
1 parent c8e55bd commit af4dad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/blasphemous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def generate_early(self):
if self.options.wall_climb_shuffle:
locations.remove(3)

if not self.options.starting_location.value in locations:
if self.options.starting_location.value not in locations:
self.options.starting_location.value = self.random.choice(locations)


Expand Down

0 comments on commit af4dad9

Please sign in to comment.