Skip to content

Commit

Permalink
Terraria: Add the rest of the settings to slot data (#2116)
Browse files Browse the repository at this point in the history
* Add the rest of the Terraria settings to slot data

* Update worlds/terraria/__init__.py

Co-authored-by: black-sliver <[email protected]>

---------

Co-authored-by: black-sliver <[email protected]>
  • Loading branch information
Seldom-SE and black-sliver authored Sep 14, 2023
1 parent 1756a30 commit c3cfbf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/terraria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,7 @@ def check(state: CollectionState, location=location):
def fill_slot_data(self) -> Dict[str, object]:
return {
"goal": list(self.goal_locations),
"achievements": self.multiworld.achievements[self.player].value,
"fill_extra_checks_with": self.multiworld.fill_extra_checks_with[self.player].value,
"deathlink": bool(self.multiworld.death_link[self.player]),
}

0 comments on commit c3cfbf8

Please sign in to comment.