Merge pull request #5812 from Verkister/patch-19

Fixes lift and shuttle moves not updating lighting
This commit is contained in:
Anewbe
2019-01-10 15:59:25 -06: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)