Skip to content

Commit

Permalink
Docs: Making option description more readable and accurate (#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic authored Jun 1, 2024
1 parent 5aa6ad6 commit 2a5de85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,10 @@ class Accessibility(Choice):


class ProgressionBalancing(NamedRange):
"""A system that can move progression earlier, to try and prevent the player from getting stuck and bored early.
A lower setting means more getting stuck. A higher setting means less getting stuck."""
"""
A system that can move progression earlier, to try and prevent the player from getting stuck and bored early.
A lower setting means more getting stuck. A higher setting means less getting stuck.
"""
default = 50
range_start = 0
range_end = 99
Expand Down Expand Up @@ -984,7 +986,7 @@ class LocalItems(ItemSet):

class NonLocalItems(ItemSet):
"""Forces these items to be outside their native world."""
display_name = "Not Local Items"
display_name = "Non-local Items"


class StartInventory(ItemDict):
Expand Down

0 comments on commit 2a5de85

Please sign in to comment.