Terraria: Add the rest of the settings to slot data (#2116)

* 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]>
This commit is contained in:
Seldom
2023-09-14 09:46:29 +02:00
committed by GitHub
co-authored by black-sliver
parent 1756a30acc
commit c3cfbf8e1c
+2
View File
@@ -338,5 +338,7 @@ class TerrariaWorld(World):
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]),
}