Stardew Valley: Hide the Mods from the simple options page (#4446)
This commit is contained in:
parent
a29ba4a6c4
commit
d3ed40cd4d
|
@ -772,6 +772,7 @@ if 'unittest' in sys.modules.keys() or 'pytest' in sys.modules.keys():
|
||||||
|
|
||||||
class Mods(OptionSet):
|
class Mods(OptionSet):
|
||||||
"""List of mods that will be included in the shuffling."""
|
"""List of mods that will be included in the shuffling."""
|
||||||
|
visibility = Visibility.all & ~Visibility.simple_ui
|
||||||
internal_name = "mods"
|
internal_name = "mods"
|
||||||
display_name = "Mods"
|
display_name = "Mods"
|
||||||
valid_keys = {ModNames.deepwoods, ModNames.tractor, ModNames.big_backpack,
|
valid_keys = {ModNames.deepwoods, ModNames.tractor, ModNames.big_backpack,
|
||||||
|
|
Loading…
Reference in New Issue