mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
Ports over configuration controller (#16484)
* Ports over configuration controller * Fixes * Manual path fix * patch (#16490) * patch * . * SQL Fix * Post-rebase fix * Added missing examples --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
affected_turf.lighting_object = src
|
||||
affected_turf.set_luminosity(0)
|
||||
|
||||
if(config.starlight)
|
||||
if(CONFIG_GET(flag/starlight))
|
||||
for(var/turf/space/space_tile in RANGE_TURFS(1, affected_turf))
|
||||
space_tile.update_starlight()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user