Stardew Valley: Hide the Mods from the simple options page (#4446)

This commit is contained in:
agilbert1412
2025-01-08 02:13:32 -05:00
committed by GitHub
parent a29ba4a6c4
commit d3ed40cd4d

View File

@@ -772,6 +772,7 @@ if 'unittest' in sys.modules.keys() or 'pytest' in sys.modules.keys():
class Mods(OptionSet):
"""List of mods that will be included in the shuffling."""
visibility = Visibility.all & ~Visibility.simple_ui
internal_name = "mods"
display_name = "Mods"
valid_keys = {ModNames.deepwoods, ModNames.tractor, ModNames.big_backpack,