Subnautica: fix 2 logic/locations bugs and add a bit of docs (#917)

This commit is contained in:
Fabian Dill
2022-08-15 22:53:59 +02:00
committed by GitHub
parent f716bfc58f
commit d48d775a59
3 changed files with 9 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ class SubnauticaWorld(World):
options = Options.options
data_version = 5
required_client_version = (0, 3, 3)
required_client_version = (0, 3, 4)
prefill_items: List[Item]
creatures_to_scan: List[str]