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