mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-28 07:26:42 +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