mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes a bad (#23605)
This commit is contained in:
@@ -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
|
//This base must be called or derivatives must set initialized to TRUE to prevent repeat calls
|
||||||
//Derivatives must not sleep
|
//Derivatives must not sleep
|
||||||
/atom/proc/Initialize(mapload)
|
/atom/proc/Initialize(mapload)
|
||||||
|
#ifdef TESTING
|
||||||
if(initialized)
|
if(initialized)
|
||||||
stack_trace("Warning: [src]([type]) initialized multiple times!")
|
stack_trace("Warning: [src]([type]) initialized multiple times!")
|
||||||
|
#endif
|
||||||
initialized = TRUE
|
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)
|
//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)
|
||||||
|
|||||||
Reference in New Issue
Block a user