TUNIC: Add note to Universal Tracker stuff #3772

This commit is contained in:
Scipio Wright 2024-08-11 18:24:30 -04:00 committed by GitHub
parent 09e052c750
commit 21bbf5fb95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -410,7 +410,9 @@ class TunicWorld(World):
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