From 70286a4dffe976c6154c98b226f45a13b61bbb36 Mon Sep 17 00:00:00 2001 From: Batrachophreno Date: Fri, 19 Jun 2026 16:08:50 -0400 Subject: [PATCH] ADPI File Pathing (#22738) --- code/controllers/subsystems/hallucinations.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystems/hallucinations.dm b/code/controllers/subsystems/hallucinations.dm index 04667cc8689..aa8b8804139 100644 --- a/code/controllers/subsystems/hallucinations.dm +++ b/code/controllers/subsystems/hallucinations.dm @@ -130,7 +130,7 @@ SUBSYSTEM_DEF(hallucinations) return is_lemurian_sea_sector() /datum/controller/subsystem/hallucinations/proc/read_adpi_file(var/file_name) - var/list/loaded_file = file2list("config/hallucinations/lemurian_sea/[file_name]") + var/list/loaded_file = file2list("config/hallucinations/[file_name]") if(!loaded_file) loaded_file = list() return loaded_file