Merge pull request #3706 from Fox-McCloud/pointing

Lets you point while buckled or lying
This commit is contained in:
TheDZD
2016-02-26 19:59:05 -05:00
+1 -1
View File
@@ -22,7 +22,7 @@
//same as above
/mob/living/pointed(atom/A as mob|obj|turf in view())
if(src.stat || !src.canmove || src.restrained())
if(incapacitated())
return 0
if(src.status_flags & FAKEDEATH)
return 0