[MIRROR] New to init final (#10649)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-17 04:52:07 -07:00
committed by GitHub
parent e1b14a3570
commit 5853b61b55
221 changed files with 1452 additions and 1427 deletions

View File

@@ -1,9 +1,3 @@
/area
luminosity = TRUE
var/dynamic_lighting = TRUE
/area/New()
. = ..()
if(dynamic_lighting)
luminosity = FALSE

View File

@@ -1,17 +1,9 @@
/turf/New(loc, ..., is_turfchange=FALSE)
. = ..(args)
/turf/simulated
var/datum/sunlight_handler/shandler
var/shandler_noinit = FALSE
/turf/simulated/New(loc, ..., is_turfchange=FALSE) //This is so fucking awful have mercy on my soul for writing this
if(is_turfchange)
shandler_noinit = TRUE
. = ..(args)
/turf/simulated/Initialize(mapload)
. = ..(args)
. = ..()
if(mapload)
return INITIALIZE_HINT_LATELOAD