Skip to content

Commit 70983df

Browse files
Exempt-Medicqwint
authored andcommitted
Docs: Making option description more readable and accurate (ArchipelagoMW#3426)
1 parent 4179d19 commit 70983df

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Options.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,10 @@ class Accessibility(Choice):
910910

911911

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

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

989991

990992
class StartInventory(ItemDict):

0 commit comments

Comments
 (0)