mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 11:23:27 -07:00
Update notes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user