mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
Merge pull request #8390 from Atermonera/dview_runtime_fix
Fixes runtime on server start: SSAtoms doesn't exist yet
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
..();\
|
||||
if(!initialized) {\
|
||||
args[1] = TRUE;\
|
||||
SSatoms.InitAtom(src, args);\
|
||||
SSatoms?.InitAtom(src, args);\
|
||||
}\
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user