Subnautica: implement create_item and therefore start_inventory
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Dill
					Fabian Dill