Skip to content

Commit

Permalink
Review comments addressed
Browse files Browse the repository at this point in the history
Review comments addressed
  • Loading branch information
GodlFire committed May 21, 2024
1 parent c7ef0a2 commit 767c74d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions worlds/shivers/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class IxupiCapturesNeeded(Range):
default = 10

class LobbyAccess(Choice):
"""Chooses how keys needed to reach the lobby are placed.
"""
Chooses how keys needed to reach the lobby are placed.
- Normal: Keys are placed anywhere
- Early: Keys are placed early
- Local: Keys are placed locally
Expand All @@ -25,9 +26,11 @@ class LobbyAccess(Choice):

class PuzzleHintsRequired(DefaultOnToggle):
"""
If turned on puzzle hints will be available before the corresponding puzzle is required. For example: The Shaman
Drums puzzle will be placed after access to the security cameras which give you the solution. Turning this off
allows for greater randomization.
If turned on puzzle hints/solutions will be available before the corresponding puzzle is required.
For example: The Red Door puzzle will be logically required only after access to the Beth's Address Book which gives you the solution.
Turning this off allows for greater randomization.
"""
display_name = "Puzzle Hints Required"

Expand Down

0 comments on commit 767c74d

Please sign in to comment.