Skip to content

Commit

Permalink
Revert that to just say symbols, doors or lasers, bc that's a better …
Browse files Browse the repository at this point in the history
…recommendation tbh
  • Loading branch information
NewSoupVi committed Dec 11, 2023
1 parent a4a46d6 commit b78590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +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, Laser Shuffle or Boat Shuffle if that"
f" items. Please turn on Symbol Shuffle, Door Shuffle or Laser Shuffle if that"
f" 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"
Expand Down

0 comments on commit b78590b

Please sign in to comment.