Merge pull request #4237 from Citadel-Station-13/upstream-merge-33270
[MIRROR] Removes bad comment. Makes check saner
This commit is contained in:
+1
-3
@@ -37,7 +37,7 @@
|
|||||||
GLOB._preloader.load(src)
|
GLOB._preloader.load(src)
|
||||||
|
|
||||||
var/do_initialize = SSatoms.initialized
|
var/do_initialize = SSatoms.initialized
|
||||||
if(do_initialize > INITIALIZATION_INSSATOMS)
|
if(do_initialize != INITIALIZATION_INSSATOMS)
|
||||||
args[1] = do_initialize == INITIALIZATION_INNEW_MAPLOAD
|
args[1] = do_initialize == INITIALIZATION_INNEW_MAPLOAD
|
||||||
if(SSatoms.InitAtom(src, args))
|
if(SSatoms.InitAtom(src, args))
|
||||||
//we were deleted
|
//we were deleted
|
||||||
@@ -57,9 +57,7 @@
|
|||||||
//Note: the following functions don't call the base for optimization and must copypasta:
|
//Note: the following functions don't call the base for optimization and must copypasta:
|
||||||
// /turf/Initialize
|
// /turf/Initialize
|
||||||
// /turf/open/space/Initialize
|
// /turf/open/space/Initialize
|
||||||
// /mob/dead/new_player/Initialize
|
|
||||||
|
|
||||||
//Do also note that this proc always runs in New for /mob/dead
|
|
||||||
/atom/proc/Initialize(mapload, ...)
|
/atom/proc/Initialize(mapload, ...)
|
||||||
if(initialized)
|
if(initialized)
|
||||||
stack_trace("Warning: [src]([type]) initialized multiple times!")
|
stack_trace("Warning: [src]([type]) initialized multiple times!")
|
||||||
|
|||||||
Reference in New Issue
Block a user