Skip to content

Commit

Permalink
Terraria: Add the rest of the settings to slot data (ArchipelagoMW#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
2 people authored and Jouramie committed Feb 28, 2024
1 parent 771072f commit 4466056
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 4466056

Please sign in to comment.