mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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 |