diff --git a/code/_helpers/unsorted.dm b/code/_helpers/unsorted.dm index 68cc85a3649..8bd5a5055c7 100644 --- a/code/_helpers/unsorted.dm +++ b/code/_helpers/unsorted.dm @@ -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)