Skip to content

Commit

Permalink
OoS: Added options that are useful to the tracker inside slot data
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinopony committed Mar 7, 2024
1 parent 81bd77e commit a3ac609
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion worlds/tloz_oos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ def __init__(self, multiworld, player):
self.multiworld.non_local_items[self.player].value -= self.item_name_groups["Dungeon Items"]

def fill_slot_data(self) -> dict:
options = ["goal", "logic_difficulty"]
# Put options that are useful to the tracker inside slot data
options = ["goal", "logic_difficulty", "required_essences", "horon_village_season", "animal_companion",
"shuffle_dungeons", "shuffle_portals", "shuffle_old_men", "treehouse_old_man_requirement",
"golden_beasts_requirement", "lost_woods_item_sequence", "advance_shop", "warp_to_start"]

slot_data = self.options.as_dict(*options)
return slot_data

Expand Down

0 comments on commit a3ac609

Please sign in to comment.