Merge pull request #31409 from ninjanomnom/buckled-mobs
Buckled mobs rotation fix
This commit is contained in:
committed by
CitadelStationBot
parent
c222fa42f9
commit
8c4e9d6a02
@@ -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************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user