Fixes runtime on server start: SSAtoms doesn't exist yet

This commit is contained in:
atermonera
2022-02-06 17:00:26 -08:00
parent e960a4c18e
commit d5b6a2d242
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
..();\
if(!initialized) {\
args[1] = TRUE;\
SSatoms.InitAtom(src, args);\
SSatoms?.InitAtom(src, args);\
}\
}
-1
View File
@@ -1260,7 +1260,6 @@ var/mob/dview/dview_mob = new
color = origin.color
set_light(origin.light_range, origin.light_power, origin.light_color)
INITIALIZE_IMMEDIATE(/mob/dview)
/mob/dview/Initialize()
. = ..()
// We don't want to be in any mob lists; we're a dummy not a mob.