From 1c5fa4880ce3756f9bb43af2b62084721dbc97e6 Mon Sep 17 00:00:00 2001 From: Lohikar Date: Sat, 14 Oct 2017 04:33:36 -0500 Subject: [PATCH] Fix a bug with opacity-based AO (#3613) --- code/modules/lighting/lighting_turf.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/lighting/lighting_turf.dm b/code/modules/lighting/lighting_turf.dm index bf344b397fc..4b2bb052b6c 100644 --- a/code/modules/lighting/lighting_turf.dm +++ b/code/modules/lighting/lighting_turf.dm @@ -135,7 +135,7 @@ #ifdef AO_USE_LIGHTING_OPACITY if (old != has_opaque_atom) - queue_ao() + regenerate_ao() #endif // If an opaque movable atom moves around we need to potentially update visibility.