From 20b901327856f7eeee4025634ae87af1a3fc1ad7 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 2 Feb 2017 14:26:20 -0500 Subject: [PATCH] Fixes a bad (#23605) --- code/game/atoms.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 88019b3fb42c..1c4e67bb8e77 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -440,8 +440,10 @@ var/list/blood_splatter_icons = list() //This base must be called or derivatives must set initialized to TRUE to prevent repeat calls //Derivatives must not sleep /atom/proc/Initialize(mapload) +#ifdef TESTING if(initialized) stack_trace("Warning: [src]([type]) initialized multiple times!") +#endif initialized = TRUE //the vision impairment to give to the mob whose perspective is set to that atom (e.g. an unfocused camera giving you an impaired vision when looking through it)