Skip to content

Commit

Permalink
This fits on one line now lol
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Dec 11, 2023
1 parent b78590b commit 0d26443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worlds/witness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ def generate_early(self):

if not has_progression and self.multiworld.players == 1:
warning(f"{self.multiworld.get_player_name(self.player)}'s Witness world doesn't have any progression"
f" items. Please turn on Symbol Shuffle, Door Shuffle or Laser Shuffle if that"
f" doesn't seem right.")
f" items. Please turn on Symbol Shuffle, Door Shuffle or Laser Shuffle if that doesn't seem right.")
if not interacts_with_multiworld and self.multiworld.players > 1:
raise Exception(f"{self.multiworld.get_player_name(self.player)}'s Witness world doesn't have enough"
f" progression items that can be placed in other players' worlds. Please turn on Symbol"
Expand Down

0 comments on commit 0d26443

Please sign in to comment.