From a4f3f6df6cb50c2d5c53e3b8af20b34af1898361 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Thu, 13 Jun 2024 22:08:08 -0400 Subject: [PATCH] Update notes --- worlds/tunic/ladder_storage_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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