Merge pull request #4658 from VOREStation/upstream-merge-5812

[MIRROR] Fixes lift and shuttle moves not updating lighting
This commit is contained in:
Novacat
2019-03-27 13:52:30 -04:00
committed by GitHub
+1
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)