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.