mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/area
|
||||
luminosity = TRUE
|
||||
var/dynamic_lighting = TRUE
|
||||
|
||||
/area/New()
|
||||
. = ..()
|
||||
|
||||
if(dynamic_lighting)
|
||||
luminosity = FALSE
|
||||
@@ -92,9 +92,6 @@
|
||||
light = new/datum/light_source(src, .)
|
||||
|
||||
|
||||
/atom/Initialize()
|
||||
. = ..()
|
||||
|
||||
/**
|
||||
* Updates the atom's opacity value.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user