Fix fake space edge turfs

This commit is contained in:
Aronai Sieyes
2021-06-05 20:08:12 -04:00
parent 0758fd2579
commit 4dd2df5f01
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
return
var/area/A = loc
if(A.dynamic_lighting)
if(A.dynamic_lighting && dynamic_lighting)
if(!lighting_corners_initialised)
generate_missing_corners()