Added Subnautica Support
This commit is contained in:
8
worlds/subnautica/Regions.py
Normal file
8
worlds/subnautica/Regions.py
Normal file
@@ -0,0 +1,8 @@
|
||||
def create_regions(world, player: int):
|
||||
from . import create_region
|
||||
from .Locations import lookup_name_to_id as location_lookup_name_to_id
|
||||
|
||||
world.regions += [
|
||||
create_region(world, player, 'Menu', None, ['Lifepod 5']),
|
||||
create_region(world, player, 'Planet 4546B', [location for location in location_lookup_name_to_id])
|
||||
]
|
||||
Reference in New Issue
Block a user