Subnautica: Allow either utility room for progression

This commit is contained in:
Fabian Dill
2023-02-26 10:15:40 +01:00
committed by Fabian Dill
parent d6f3b27695
commit 0733775f2c
2 changed files with 4 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ class SubnauticaWorld(World):
option_definitions = Options.options
data_version = 9
required_client_version = (0, 3, 8)
required_client_version = (0, 3, 9)
creatures_to_scan: List[str]