Subnautica: display item_pool as Item Pool on the settings page

This commit is contained in:
black-sliver 2022-07-07 00:01:28 +02:00
parent 60b80083e0
commit 9ac780102e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from Options import Choice
class ItemPool(Choice):
"""Valuable item pool moves all not progression relevant items to starting inventory and
creates random duplicates of important items in their place."""
display_name = "Item Pool"
option_standard = 0
option_valuable = 1