You can no longer roll around when dead.

This commit is contained in:
alex-gh
2018-10-15 01:21:03 +02:00
parent 0f78bf636c
commit 2b53ba43cd
+2
View File
@@ -236,6 +236,8 @@
Makes the mob face the direction of the clicked thing
*/
/mob/proc/MiddleShiftClickOn(atom/A)
if(incapacitated())
return
var/face_dir = get_cardinal_dir(src, A)
if(forced_look == face_dir)
forced_look = null