mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
New to init final (#17512)
* Initial * some more * next few * only light left * fix things up * some rmore fixes * guh * Update ai_vr.dm * comment * lets try something * . * hmm * . * . * hmm * push that here * fix layout * grrr
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
/area
|
||||
luminosity = TRUE
|
||||
var/dynamic_lighting = TRUE
|
||||
|
||||
/area/New()
|
||||
. = ..()
|
||||
|
||||
if(dynamic_lighting)
|
||||
luminosity = FALSE
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user