Subnautica: add missed PDA

This commit is contained in:
Fabian Dill
2022-07-21 09:57:38 +02:00
committed by Fabian Dill
parent 17351021b3
commit 53a995372f
3 changed files with 8 additions and 4 deletions

View File

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