File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -910,8 +910,10 @@ class Accessibility(Choice):
910
910
911
911
912
912
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
+ """
915
917
default = 50
916
918
range_start = 0
917
919
range_end = 99
@@ -984,7 +986,7 @@ class LocalItems(ItemSet):
984
986
985
987
class NonLocalItems (ItemSet ):
986
988
"""Forces these items to be outside their native world."""
987
- display_name = "Not Local Items"
989
+ display_name = "Non-local Items"
988
990
989
991
990
992
class StartInventory (ItemDict ):
You can’t perform that action at this time.
0 commit comments