Makes opaque structures update surrounding lights when destroyed.

Fixes #4971.
This commit is contained in:
Menshin
2014-09-26 00:13:52 +02:00
parent 88d26ee22d
commit a7ddbee033
+6 -1
View File
@@ -15,4 +15,9 @@ obj/structure/ex_act(severity)
qdel(src)
return
if(3.0)
return
return
obj/structure/Destroy()
if(opacity)
UpdateAffectingLights()
..()