mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Merge pull request #4658 from VOREStation/upstream-merge-5812
[MIRROR] Fixes lift and shuttle moves not updating lighting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user