From c1dc49b428a0ac4d01d5b5a8b1d348f2ec1dd7b7 Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:36:15 -0500 Subject: [PATCH] forgot options too --- worlds/kdl3/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/kdl3/options.py b/worlds/kdl3/options.py index e524e68bf9..b9163794ad 100644 --- a/worlds/kdl3/options.py +++ b/worlds/kdl3/options.py @@ -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):