Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"

This commit is contained in:
Novacat
2022-08-27 08:49:56 -04:00
committed by GitHub
parent 0be7af4774
commit 1aa4c73e8d
599 changed files with 3329 additions and 4983 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ var/global/dmm_suite/preloader/_preloader = null
placed.underlays += turfs_underlays
//atom creation method that preloads variables at creation
/atom/Initialize()
/atom/New()
if(_preloader && (src.type == _preloader.target_path))//in case the instanciated atom is creating other atoms in New()
_preloader.load(src)