Docs: add remote_start_inventory info in generate_output (#1316)
This commit is contained in:
parent
2dcfbff751
commit
149630d532
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue