From d650ed712844deb263f532f90757e9546b0b2c7e Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Thu, 13 Jun 2024 22:13:55 -0400 Subject: [PATCH] Add note --- worlds/tunic/er_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/tunic/er_data.py b/worlds/tunic/er_data.py index 49780cf877..6e57608730 100644 --- a/worlds/tunic/er_data.py +++ b/worlds/tunic/er_data.py @@ -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