From 5a3b322d4335ebbadf92a8d1c3f52e8eedb30d3a Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 8 Feb 2018 17:11:54 -0500 Subject: [PATCH] Atom initialization counter only shows up in TESTING mode (#35428) --- code/controllers/subsystem/atoms.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/controllers/subsystem/atoms.dm b/code/controllers/subsystem/atoms.dm index c24f4f0a37..03c3a77638 100644 --- a/code/controllers/subsystem/atoms.dm +++ b/code/controllers/subsystem/atoms.dm @@ -49,7 +49,8 @@ SUBSYSTEM_DEF(atoms) ++count CHECK_TICK - log_world("Initialized [count] atoms") + testing("Initialized [count] atoms") + pass(count) initialized = INITIALIZATION_INNEW_REGULAR