Merge pull request #3222 from Citadel-Station-13/upstream-merge-31405

[MIRROR] Gives ghosts direction is their meaningless existence
This commit is contained in:
LetterJay
2017-10-08 16:21:06 -04:00
committed by GitHub
+6
View File
@@ -1,5 +1,7 @@
/*
All shuttleRotate procs go here
If ever any of these procs are useful for non-shuttles, rename it to proc/rotate and move it to be a generic atom proc
*/
/************************************Base proc************************************/
@@ -34,6 +36,10 @@ All shuttleRotate procs go here
/mob/shuttleRotate(rotation)
setDir(angle2dir(rotation+dir2angle(dir)))
/mob/dead/observer/shuttleRotate(rotation)
. = ..()
update_icon()
/************************************Structure rotate procs************************************/
/obj/structure/door_assembly/door_assembly_pod/shuttleRotate(rotation)