From a6316e99918a2737a09e8aad4fdad23a3d69eb11 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 20 May 2025 13:41:50 +0200 Subject: [PATCH] add back Lufia II AC --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 87b9ae3676..cda42579b5 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ from Cython.Build import cythonize non_apworlds: set[str] = { "Archipelago", # needs a way to specify load order "Final Fantasy", # loads json files badly + "Lufia II Ancient Cave", # loads basepatch badly "Ocarina of Time", # has executables in folder "Raft", # loads json files badly }