Fixes PDA's being unusable when buckled but not handcuffed.

This commit is contained in:
Erthilo
2012-06-27 23:36:18 +01:00
parent c779f84d69
commit 0c1e3f3cc4

View File

@@ -192,7 +192,7 @@
return 0
var/mob/M = loc
if(!M.canmove)
if(!M.canmove && (!M.buckled && M.handcuffed))
return 0
if((src in M.contents) || ( istype(loc, /turf) && in_range(src, M) ) )