Merge pull request #2981 from Citadel-Station-13/upstream-merge-30763
[MIRROR] Configuration datum refactor
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
return
|
||||
|
||||
/turf/open/space/proc/update_starlight()
|
||||
if(config.starlight)
|
||||
if(CONFIG_GET(flag/starlight))
|
||||
for(var/t in RANGE_TURFS(1,src)) //RANGE_TURFS is in code\__HELPERS\game.dm
|
||||
if(isspaceturf(t))
|
||||
//let's NOT update this that much pls
|
||||
|
||||
Reference in New Issue
Block a user