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:
@@ -41,7 +41,7 @@ class SubnauticaWorld(World):
|
||||
location_name_to_id = all_locations
|
||||
options_dataclass = options.SubnauticaOptions
|
||||
options: options.SubnauticaOptions
|
||||
required_client_version = (0, 5, 0)
|
||||
required_client_version = (0, 6, 2)
|
||||
origin_region_name = "Planet 4546B"
|
||||
creatures_to_scan: List[str]
|
||||
|
||||
@@ -155,6 +155,7 @@ class SubnauticaWorld(World):
|
||||
"creatures_to_scan": self.creatures_to_scan,
|
||||
"death_link": self.options.death_link.value,
|
||||
"free_samples": self.options.free_samples.value,
|
||||
"empty_tanks": self.options.empty_tanks.value,
|
||||
}
|
||||
|
||||
return slot_data
|
||||
|
Reference in New Issue
Block a user