From c07476f93b7e0dd06287c98eb874d46e3253de80 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Mon, 6 Jun 2022 13:02:16 -0400 Subject: [PATCH] defines a name for the chemistry subsystem --- code/controllers/subsystem/processing/chemistry.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/controllers/subsystem/processing/chemistry.dm b/code/controllers/subsystem/processing/chemistry.dm index da31d65fb..cc9a8b8e9 100644 --- a/code/controllers/subsystem/processing/chemistry.dm +++ b/code/controllers/subsystem/processing/chemistry.dm @@ -1,5 +1,4 @@ PROCESSING_SUBSYSTEM_DEF(chemistry) + name = "Chemistry" wait = 5 flags = SS_KEEP_TIMING - -