Subnautica: fix missed item and correct other item pool counts to fit it

This commit is contained in:
Fabian Dill
2022-09-11 01:57:22 +02:00
committed by Fabian Dill
parent bb386d3bd7
commit e204a0fce6
2 changed files with 12 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ class SubnauticaWorld(World):
location_name_to_id = all_locations
option_definitions = Options.options
data_version = 6
data_version = 7
required_client_version = (0, 3, 5)
prefill_items: List[Item]