Cannot turn around while unconscious or dead now.
This commit is contained in:
Chinsky
2013-12-22 08:49:42 +04:00
parent dcea456684
commit a498de8356

View File

@@ -291,7 +291,7 @@
// Simple helper to face what you clicked on, in case it should be needed in more than one place
/mob/proc/face_atom(var/atom/A)
if( buckled || !A || !x || !y || !A.x || !A.y ) return
if( stat || buckled || !A || !x || !y || !A.x || !A.y ) return
var/dx = A.x - x
var/dy = A.y - y
if(!dx && !dy) return