Skip to content

Commit

Permalink
TUNIC: Add note to Universal Tracker stuff ArchipelagoMW#3772
Browse files Browse the repository at this point in the history
ScipioWright authored and agilbert1412 committed Aug 24, 2024
1 parent dfedf79 commit ff69385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/tunic/__init__.py
Original file line number Diff line number Diff line change
@@ -410,7 +410,9 @@ def fill_slot_data(self) -> Dict[str, Any]:
return slot_data

# for the universal tracker, doesn't get called in standard gen
# docs: https://github.com/FarisTheAncient/Archipelago/blob/tracker/worlds/tracker/docs/re-gen-passthrough.md
@staticmethod
def interpret_slot_data(slot_data: Dict[str, Any]) -> Dict[str, Any]:
# returning slot_data so it regens, giving it back in multiworld.re_gen_passthrough
# we are using re_gen_passthrough over modifying the world here due to complexities with ER
return slot_data

0 comments on commit ff69385

Please sign in to comment.