mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-20 21:57:44 +01:00
e8af4afc88
Ports https://github.com/ParadiseSS13/Paradise/pull/6161 Its merged in nearly verbatim as far as the lighting module goes. Changes outside the lighting module are merged based on our codebase.
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
/area
|
|
luminosity = TRUE
|
|
var/dynamic_lighting = TRUE
|
|
|
|
/area/New()
|
|
. = ..()
|
|
|
|
if(dynamic_lighting)
|
|
luminosity = FALSE |