From 149630d532a0d529c4ac29f44eb9604d58b5b14a Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 11 Dec 2022 14:14:27 +0100 Subject: [PATCH] Docs: add remote_start_inventory info in generate_output (#1316) --- docs/world api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/world api.md b/docs/world api.md index 9961ccb4..68e7f901 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -660,6 +660,7 @@ def generate_output(self, output_directory: str): if location.item.player == self.player else "Remote" for location in self.multiworld.get_filled_locations(self.player)}, # store start_inventory from player's .yaml + # make sure to mark as not remote_start_inventory when connecting if stored in rom/mod "starter_items": [item.name for item in self.multiworld.precollected_items[self.player]], "final_boss_hp": self.final_boss_hp,