Merge pull request #6466 from Citadel-Station-13/upstream-merge-37312

[MIRROR] [s] You can no longer buckle anchored mobs to things.
This commit is contained in:
LetterJay
2018-04-22 02:46:53 -05:00
committed by GitHub
+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())
if(!in_range(user, src) || !isturf(user.loc) || user.incapacitated() || M.anchored)
return FALSE
add_fingerprint(user)