buckle others

This commit is contained in:
kevinz000
2019-12-17 21:03:37 -07:00
parent cb78fc9188
commit 5a2ef22633
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
//Wrapper procs that handle sanity and user feedback
/atom/movable/proc/user_buckle_mob(mob/living/M, mob/user, check_loc = TRUE)
if(!in_range(user, src) || !isturf(user.loc) || user.incapacitated() || M.anchored)
if(!in_range(user, src) || !isturf(user.loc) || user.incapacitated() || M.anchored || !user.can_buckle_others(mob/living/M, src))
return FALSE
add_fingerprint(user)