mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Subnautica: add empty tanks option (#5271)
This commit is contained in:
@@ -129,6 +129,10 @@ class FillerItemsDistribution(ItemDict):
|
||||
return list(self.value.keys()), list(accumulate(self.value.values()))
|
||||
|
||||
|
||||
class EmptyTanks(DefaultOnToggle):
|
||||
"""Oxygen Tanks stored in inventory are empty if enabled."""
|
||||
|
||||
|
||||
@dataclass
|
||||
class SubnauticaOptions(PerGameCommonOptions):
|
||||
swim_rule: SwimRule
|
||||
@@ -140,3 +144,4 @@ class SubnauticaOptions(PerGameCommonOptions):
|
||||
death_link: SubnauticaDeathLink
|
||||
start_inventory_from_pool: StartInventoryPool
|
||||
filler_items_distribution: FillerItemsDistribution
|
||||
empty_tanks: EmptyTanks
|
||||
|
Reference in New Issue
Block a user