From b3e01e470abe594e5e6ad69e2734e51fcf4cc04f Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Mon, 5 May 2025 16:19:45 -0400 Subject: [PATCH] needs to be before mapping --- modular_skyrat/modules/automapper/code/automapper_subsystem.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modular_skyrat/modules/automapper/code/automapper_subsystem.dm b/modular_skyrat/modules/automapper/code/automapper_subsystem.dm index f33cb453a34..2b1df6483f1 100644 --- a/modular_skyrat/modules/automapper/code/automapper_subsystem.dm +++ b/modular_skyrat/modules/automapper/code/automapper_subsystem.dm @@ -15,8 +15,7 @@ SUBSYSTEM_DEF(automapper) name = "Automapper" flags = SS_NO_FIRE - dependencies = list( - /datum/controller/subsystem/atoms, + dependents = list( /datum/controller/subsystem/mapping ) /// The path to our TOML file