diff --git a/worlds/tunic/ladder_storage_data.py b/worlds/tunic/ladder_storage_data.py index 88ad8a8499..b91ecc54cc 100644 --- a/worlds/tunic/ladder_storage_data.py +++ b/worlds/tunic/ladder_storage_data.py @@ -1,7 +1,7 @@ -# for making rules for ladder storage in overworld from typing import Dict, List, Set, NamedTuple, Optional +# ladders in overworld, since it is the most complex area for ladder storage class OWLadderInfo(NamedTuple): ladders: Set[str] # ladders where the top or bottom is at the same elevation portals: List[str] # portals at the same elevation, only those without doors