ADPI File Pathing (#22738)

This commit is contained in:
Batrachophreno
2026-06-19 22:08:50 +02:00
committed by GitHub
parent acdbcad005
commit 70286a4dff
@@ -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