TUNIC: Add note to Universal Tracker stuff #3772
This commit is contained in:
parent
09e052c750
commit
21bbf5fb95
|
@ -410,7 +410,9 @@ class TunicWorld(World):
|
||||||
return slot_data
|
return slot_data
|
||||||
|
|
||||||
# for the universal tracker, doesn't get called in standard gen
|
# 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
|
@staticmethod
|
||||||
def interpret_slot_data(slot_data: Dict[str, Any]) -> Dict[str, Any]:
|
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
|
# 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
|
return slot_data
|
||||||
|
|
Loading…
Reference in New Issue