Subnautica: implement create_item and therefore start_inventory

This commit is contained in:
Fabian Dill
2021-09-01 16:46:44 +02:00
parent 2d65fbf798
commit 7fd0f1a5bf
2 changed files with 12 additions and 10 deletions

View File

@@ -20,8 +20,8 @@ class RiskOfRainWorld(World):
options = ror2_options
topology_present = False
item_name_to_id = {name: data for name, data in item_table.items()}
location_name_to_id = {name: data for name, data in location_table.items()}
item_name_to_id = item_table
location_name_to_id = location_table
data_version = 1
forced_auto_forfeit = True