mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
ADPI File Pathing (#22738)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user