Fix fake space edge turfs

This commit is contained in:
Chompstation Bot
2021-06-06 05:24:26 +00:00
parent d5ca48ba11
commit 30b9903e36
4 changed files with 51836 additions and 3 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()