don't change mob direction if buckled

This commit is contained in:
ninjanomnom
2017-10-07 03:07:32 -04:00
parent 5a616895ed
commit a0621c09df
+2 -1
View File
@@ -32,7 +32,8 @@ All shuttleRotate procs go here
//override to avoid rotating pixel_xy on mobs
/mob/shuttleRotate(rotation)
setDir(angle2dir(rotation+dir2angle(dir)))
if(!buckled)
setDir(angle2dir(rotation+dir2angle(dir)))
/************************************Structure rotate procs************************************/