forgot options too

This commit is contained in:
Silvris
2024-07-24 23:36:15 -05:00
parent e8eb0c873b
commit c1dc49b428

View File

@@ -15,7 +15,7 @@ class RemoteItems(DefaultOnToggle):
class KDL3PlandoConnections(PlandoConnections):
entrances = exits = {f"{i} {j}" for i in LocationName.level_names for j in range(1, 7)}
entrances = exits = {f"{i} {j}" for i in location_name.level_names for j in range(1, 7)}
class Goal(Choice):