This commit is contained in:
Scipio Wright
2024-06-13 22:13:55 -04:00
parent a4f3f6df6c
commit d650ed7128

View File

@@ -520,6 +520,7 @@ class RegionInfo(NamedTuple):
dead_end: int = 0 # if a region has only one exit
# todo: make this work with the new options
class DeadEnd(IntEnum):
free = 0 # not a dead end
all_cats = 1 # dead end in every logic category