Merge pull request #37312 from DaxDupont/tendril

[s] You can no longer buckle anchored mobs to things.
This commit is contained in:
Jordan Brown
2018-04-20 11:46:37 -04:00
committed by CitadelStationBot
parent f98040513a
commit 0586f69637
+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)