Fixes a bad (#23605)

This commit is contained in:
Cyberboss
2017-02-02 14:26:20 -05:00
committed by AnturK
parent e96f63e919
commit 20b9013278

View File

@@ -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)