diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 17c57e80413..cbb37c661d3 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -274,8 +274,8 @@ dir = angle2dir(rotation+dir2angle(dir)) //resmooth if need be. - if(A.smooth) - smooth_icon(A) + if(smooth) + smooth_icon(src) //rotate the pixel offsets too. if (pixel_x || pixel_y)