Merge pull request #110 from PJB3005/ruined
Ruined ruins ruining lighting.
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
corners[i] = new/datum/lighting_corner(src, LIGHTING_CORNER_DIAGONAL[i])
|
||||
|
||||
/turf/ChangeTurf(path)
|
||||
if(!path || (!use_preloader && path == type)) //Sucks this is here but it would cause problems otherwise.
|
||||
if(!path || (!use_preloader && path == type) || !global.lighting_overlays_initialized) //Sucks this is here but it would cause problems otherwise.
|
||||
return ..()
|
||||
|
||||
if (!lighting_corners_initialised)
|
||||
|
||||
Reference in New Issue
Block a user