Remove light overlays from queue if force deleted (#18636)

* Atomization

* dfg

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2024-03-11 10:27:47 +01:00
committed by GitHub
parent 9bbdd6820b
commit d557600a79
2 changed files with 43 additions and 0 deletions
@@ -40,6 +40,8 @@
T.lighting_overlay = null
T.luminosity = 1
SSlighting.overlay_queue -= src
return ..()
// This is a macro PURELY so that the if below is actually readable.