Fixes lift and shuttle moves not updating lighting

The light sources in elevators and shuttles no longer leave their lighting permanently stuck at the initial location.
This commit is contained in:
Verkister
2019-01-06 17:53:35 +02:00
committed by GitHub
parent e37f25546a
commit 353cf724b6

View File

@@ -831,6 +831,7 @@ proc/GaussRandRound(var/sigma,var/roundto)
//Move the objects. Not forceMove because the object isn't "moving" really, it's supposed to be on the "same" turf.
for(var/obj/O in T)
O.loc = X
O.update_light()
//Move the mobs unless it's an AI eye or other eye type.
for(var/mob/M in T)